@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #04c300;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #03a800; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "\2014   "; }

abbr {
  border-bottom: 1px dotted #444;
  color: #444;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #444; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #444;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(68, 68, 68, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #444;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #444; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #444; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .input-group > :first-child {
    border-radius: 3px 0 0 3px; }
  .input-group > :last-child > * {
    border-radius: 0 3px 3px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #444;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #444;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ff0264;
  background-color: #ffe6f0; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ff0264; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ff0264; }

.is-invalid-label {
  color: #ff0264; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ff0264; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #04c300;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #03a600;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #04c300;
    color: #444; }
    .button.primary:hover, .button.primary:focus {
      background-color: #039c00;
      color: #444; }
  .button.secondary {
    background-color: #171F24;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #12191d;
      color: #fff; }
  .button.success {
    background-color: #18ce0f;
    color: #444; }
    .button.success:hover, .button.success:focus {
      background-color: #13a50c;
      color: #444; }
  .button.warning {
    background-color: #ffae00;
    color: #444; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #444; }
  .button.alert {
    background-color: #ff0264;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #ce0050;
      color: #fff; }
  .button.hollow {
    border: 1px solid #04c300;
    color: #04c300; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #026200;
      color: #026200; }
    .button.hollow.primary {
      border: 1px solid #04c300;
      color: #04c300; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #026200;
        color: #026200; }
    .button.hollow.secondary {
      border: 1px solid #171F24;
      color: #171F24; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #0c1012;
        color: #0c1012; }
    .button.hollow.success {
      border: 1px solid #18ce0f;
      color: #18ce0f; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #0c6708;
        color: #0c6708; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ff0264;
      color: #ff0264; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #810032;
        color: #810032; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #04c300;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #04c300;
        color: #444; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #171F24;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #18ce0f;
        color: #444; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #444; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ff0264;
        color: #fff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #04c300; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #444; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #04c300 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #04c300;
  color: #fff; }
  .badge.primary {
    background: #04c300;
    color: #444; }
  .badge.secondary {
    background: #171F24;
    color: #fff; }
  .badge.success {
    background: #18ce0f;
    color: #444; }
  .badge.warning {
    background: #ffae00;
    color: #444; }
  .badge.alert {
    background: #ff0264;
    color: #fff; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #444;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #04c300; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #04c300;
    color: #444; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #039c00;
      color: #444; }
  .button-group.secondary .button {
    background-color: #171F24;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #12191d;
      color: #fff; }
  .button-group.success .button {
    background-color: #18ce0f;
    color: #444; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #13a50c;
      color: #444; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #444; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #444; }
  .button-group.alert .button {
    background-color: #ff0264;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #ce0050;
      color: #fff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(68, 68, 68, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #444; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d1ffd0;
    color: #444; }
  .callout.secondary {
    background-color: #d6dfe5;
    color: #444; }
  .callout.success {
    background-color: #d8fcd7;
    color: #444; }
  .callout.warning {
    background-color: #fff3d9;
    color: #444; }
  .callout.alert {
    background-color: #ffd9e8;
    color: #444; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #444; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #444; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .menu > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -ms-flexbox;
    display: flex; }
  .menu > li > a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .menu > li, .menu.horizontal > li {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .menu.expanded > li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menu.vertical > li {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .menu.medium-expanded > li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.medium-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.medium-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .menu.large-expanded > li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.large-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.large-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.large-vertical > li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .menu.icon-top > li > a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #04c300;
    color: #fff; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #444;
    box-shadow: 0 7px 0 #444, 0 14px 0 #444;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #04c300;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #04c300 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #04c300 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #04c300 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #04c300; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #04c300 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #04c300 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #04c300; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #04c300 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #04c300 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #04c300; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #04c300 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #04c300; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #04c300;
  color: #fff; }
  .label.primary {
    background: #04c300;
    color: #444; }
  .label.secondary {
    background: #171F24;
    color: #fff; }
  .label.success {
    background: #18ce0f;
    color: #444; }
  .label.warning {
    background: #ffae00;
    color: #444; }
  .label.alert {
    background: #ff0264;
    color: #fff; }

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(68, 68, 68, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(68, 68, 68, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(68, 68, 68, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(68, 68, 68, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 3px;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px;
    color: #444; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #04c300;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #444; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\AB'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\BB'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #04c300; }
  .progress.secondary .progress-meter {
    background-color: #171F24; }
  .progress.success .progress-meter {
    background-color: #18ce0f; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ff0264; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #04c300;
  border-radius: 3px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 3px; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #04c300;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #03a600; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(68, 68, 68, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 3px;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #04c300; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #444; }
  tfoot {
    background: #f2f2f2;
    color: #444; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #04c300; }
  .tabs.primary > li > a {
    color: #444; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #04d300; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #04c300; }
    .tabs-title > a:hover {
      background: #fff;
      color: #03a800; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #04c300; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #444;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(4, 195, 0, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #444;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #444;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #444;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #444 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #444;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #444 transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
      .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

/*
 * Implementation of themes
 */
.theme-light {
  background-color: #fff;
  color: #333; }

.link, .Markdown a, .ReplyEditor__body.rte a, .PlainLink, .Comment__header-user a, .Comment__footer a, .PostFull__header a, .PostFull__body a, .PostFull__footer a, .PostFull__footer .FoundationDropdownMenu__label, .PostFull__footerMobile a, .PostFull__footerMobile .FoundationDropdownMenu__label, .PostFull__footerSticky a, .PostFull__footerSticky .FoundationDropdownMenu__label, .ReplyEditor .button.hollow.no-border, .Header a, .articles__content-footer a, .articles__tag-link a, .user__link, .Witnesses td > a {
  text-decoration: none; }
  .link--primary, .Comment__header-user a, .Comment__footer a, .articles__content-footer a, .user__name a, .Witnesses td > a {
    color: #171F24; }
    .link--primary:visited, .Comment__header-user a:visited, .Comment__footer a:visited, .articles__content-footer a:visited, .user__name a:visited, .Witnesses td > a:visited, .link--primary:active, .Comment__header-user a:active, .Comment__footer a:active, .articles__content-footer a:active, .user__name a:active, .Witnesses td > a:active {
      color: #171F24; }
    .link--primary:hover, .Comment__header-user a:hover, .Comment__footer a:hover, .articles__content-footer a:hover, .user__name a:hover, .Witnesses td > a:hover, .link--primary:focus, .Comment__header-user a:focus, .Comment__footer a:focus, .articles__content-footer a:focus, .user__name a:focus, .Witnesses td > a:focus {
      color: #788187; }
  .link--secondary, .PlainLink, .PostFull__header a, .PostFull__footer a, .PostFull__footer .FoundationDropdownMenu__label, .PostFull__footerMobile a, .PostFull__footerMobile .FoundationDropdownMenu__label, .PostFull__footerSticky a, .PostFull__footerSticky .FoundationDropdownMenu__label, .ReplyEditor .button.hollow.no-border, .articles__resteem-username, .articles__tag-link a, .user__username, .user__reputation, .timestamp__time, .articles__resteem .username {
    color: #04c300; }
    .link--secondary:visited, .PlainLink:visited, .PostFull__header a:visited, .PostFull__footer a:visited, .PostFull__footer .FoundationDropdownMenu__label:visited, .PostFull__footerMobile a:visited, .PostFull__footerMobile .FoundationDropdownMenu__label:visited, .PostFull__footerSticky a:visited, .PostFull__footerSticky .FoundationDropdownMenu__label:visited, .ReplyEditor .button.hollow.no-border:visited, .articles__resteem-username:visited, .articles__tag-link a:visited, .user__username:visited, .user__reputation:visited, .timestamp__time:visited, .articles__resteem .username:visited, .link--secondary:active, .PlainLink:active, .PostFull__header a:active, .PostFull__footer a:active, .PostFull__footer .FoundationDropdownMenu__label:active, .PostFull__footerMobile a:active, .PostFull__footerMobile .FoundationDropdownMenu__label:active, .PostFull__footerSticky a:active, .PostFull__footerSticky .FoundationDropdownMenu__label:active, .ReplyEditor .button.hollow.no-border:active, .articles__resteem-username:active, .articles__tag-link a:active, .user__username:active, .user__reputation:active, .timestamp__time:active, .articles__resteem .username:active {
      color: #04c300; }
    .link--secondary:hover, .PlainLink:hover, .PostFull__header a:hover, .PostFull__footer a:hover, .PostFull__footer .FoundationDropdownMenu__label:hover, .PostFull__footerMobile a:hover, .PostFull__footerMobile .FoundationDropdownMenu__label:hover, .PostFull__footerSticky a:hover, .PostFull__footerSticky .FoundationDropdownMenu__label:hover, .ReplyEditor .button.hollow.no-border:hover, .articles__resteem-username:hover, .articles__tag-link a:hover, .user__username:hover, .user__reputation:hover, .timestamp__time:hover, .articles__resteem .username:hover, .link--secondary:focus, .PlainLink:focus, .PostFull__header a:focus, .PostFull__footer a:focus, .PostFull__footer .FoundationDropdownMenu__label:focus, .PostFull__footerMobile a:focus, .PostFull__footerMobile .FoundationDropdownMenu__label:focus, .PostFull__footerSticky a:focus, .PostFull__footerSticky .FoundationDropdownMenu__label:focus, .ReplyEditor .button.hollow.no-border:focus, .articles__resteem-username:focus, .articles__tag-link a:focus, .user__username:focus, .user__reputation:focus, .timestamp__time:focus, .articles__resteem .username:focus {
      color: #171F24; }
  .link--accent, .Markdown a, .ReplyEditor__body.rte a, .PostFull__body a {
    color: #18ce0f; }
    .link--accent:visited, .Markdown a:visited, .ReplyEditor__body.rte a:visited, .PostFull__body a:visited, .link--accent:active, .Markdown a:active, .ReplyEditor__body.rte a:active, .PostFull__body a:active {
      color: #18ce0f; }
    .link--accent:hover, .Markdown a:hover, .ReplyEditor__body.rte a:hover, .PostFull__body a:hover, .link--accent:focus, .Markdown a:focus, .ReplyEditor__body.rte a:focus, .PostFull__body a:focus {
      color: #18ce0f; }

.e-btn-hollow, .ChangePassword .button.hollow, .UserKeys .button.hollow, .UserWallet__buysp {
  background-color: transparent;
  transition: 0.2s all ease-in-out; }

.e-btn, .reveal .button, .ReplyEditor .button, .ChangePassword .ChangePassword__btn-container .button, .UserWallet__claimbox .button, .CreateAccount__btn, .CreateAccount .button, .CreateAccount .button.g-recaptcha {
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s all ease-in-out;
  text-transform: capitalize;
  border-radius: 5px;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #04c300;
  color: #fcfcfc; }
  .e-btn:hover, .reveal .button:hover, .ReplyEditor .button:hover, .ChangePassword .ChangePassword__btn-container .button:hover, .UserWallet__claimbox .button:hover, .CreateAccount__btn:hover, .CreateAccount .button:hover, .e-btn:focus, .reveal .button:focus, .ReplyEditor .button:focus, .ChangePassword .ChangePassword__btn-container .button:focus, .UserWallet__claimbox .button:focus, .CreateAccount__btn:focus, .CreateAccount .button:focus {
    background-color: #202b32;
    color: #fcfcfc; }
  .e-btn:visited, .reveal .button:visited, .ReplyEditor .button:visited, .ChangePassword .ChangePassword__btn-container .button:visited, .UserWallet__claimbox .button:visited, .CreateAccount__btn:visited, .CreateAccount .button:visited, .e-btn:active, .reveal .button:active, .ReplyEditor .button:active, .ChangePassword .ChangePassword__btn-container .button:active, .UserWallet__claimbox .button:active, .CreateAccount__btn:active, .CreateAccount .button:active {
    color: #fcfcfc; }

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.e-btn--black, .reveal .button, .CreateAccount .button, .CreateAccount .button.g-recaptcha {
  background-color: #04c300;
  color: #fff; }
  .e-btn--black:hover, .reveal .button:hover, .CreateAccount .button:hover, .e-btn--black:focus, .reveal .button:focus, .CreateAccount .button:focus {
    background-color: #04c300;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .e-btn--black:visited, .reveal .button:visited, .CreateAccount .button:visited, .e-btn--black:active, .reveal .button:active, .CreateAccount .button:active {
    background-color: #111;
    color: #fff; }
  .e-btn--black.disabled, .reveal .disabled.button, .CreateAccount .disabled.button, .e-btn--black[disabled], .reveal .button[disabled], .CreateAccount .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .e-btn--black.disabled:hover, .reveal .disabled.button:hover, .CreateAccount .disabled.button:hover, .e-btn--black.disabled:focus, .reveal .disabled.button:focus, .CreateAccount .disabled.button:focus, .e-btn--black[disabled]:hover, .reveal .button[disabled]:hover, .CreateAccount .button[disabled]:hover, .e-btn--black[disabled]:focus, .reveal .button[disabled]:focus, .CreateAccount .button[disabled]:focus {
      background-color: #111;
      color: #fff; }
  .e-btn--black.hollow, .reveal .hollow.button, .CreateAccount .hollow.button {
    background-color: transparent;
    color: #788187;
    font-weight: normal;
    transition: 0.2s all ease-in-out;
    border: transparent; }
    .e-btn--black.hollow:hover, .reveal .hollow.button:hover, .CreateAccount .hollow.button:hover, .e-btn--black.hollow:focus, .reveal .hollow.button:focus, .CreateAccount .hollow.button:focus {
      background-color: transparent;
      color: #111;
      font-weight: normal;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0); }
    .e-btn--black.hollow:visited, .reveal .hollow.button:visited, .CreateAccount .hollow.button:visited, .e-btn--black.hollow:active, .reveal .hollow.button:active, .CreateAccount .hollow.button:active {
      background-color: transparent;
      color: #788187;
      font-weight: normal; }

.row {
  max-width: 900px; }

.menu > li > a {
  line-height: 1.5rem; }

.tooltip {
  margin-top: -1rem; }

.dropdown-pane {
  width: auto;
  padding: 0;
  z-index: 1000;
  font-size: inherit;
  background-color: #fff; }
  .dropdown-pane .VerticalMenu a:hover {
    background-color: #f6f6f6;
    color: #1e7e34; }

a {
  transition: 0.2s all ease-in-out;
  color: #171F24; }
  a:hover, a:focus {
    color: #788187; }

div[role=dialog] {
  z-index: 500; }

input[type=submit].disabled, input[type=submit].disabled:focus {
  opacity: 1;
  cursor: inherit;
  background-color: #cacaca; }

button, .button {
  text-transform: uppercase; }

hr {
  margin: 0.2rem; }

.column, .columns, .columns {
  min-width: 0; }

.callout {
  margin-top: 1rem; }
  .theme-light .callout {
    color: #333;
    background-color: #f3faf0;
    border: 1px solid #eee; }

.close-button {
  transition: color 0.2s ease-in-out; }
  .theme-light .close-button {
    color: #788187; }
  .theme-light .close-button:hover, .theme-light .close-button:focus {
    color: #18ce0f; }

.theme-light hr {
  border-bottom: 1px solid #eee; }

.theme-light thead, .theme-light tbody, .theme-light tfoot {
  background-color: #fdfdfd; }

.theme-light thead {
  background-color: #f4f4f4;
  color: #333; }

.theme-light tbody tr:nth-child(even) {
  background-color: #f4f4f4; }

.reveal-overlay {
  transition: 0.2s all ease-in-out; }

.reveal {
  border-radius: 5px;
  border: transparent;
  transition: 0.2s all ease-in-out; }
  .reveal .button {
    min-width: 100px; }

.button {
  text-transform: none; }
  .button.primary {
    color: #fff;
    background-color: #04c300; }
    .button.primary:hover {
      color: #f2f2f2;
      background-color: #05e300; }

.fade-in {
  opacity: 0;
  filter: alpha(opacity=0); }
  .fade-in--1 {
    animation: fade-in 1s ease-in-out 0.03s both; }
  .fade-in--2 {
    animation: fade-in 1s ease-in-out 0.06s both; }
  .fade-in--3 {
    animation: fade-in 1s ease-in-out 0.09s both; }
  .fade-in--4 {
    animation: fade-in 1s ease-in-out 0.12s both; }
  .fade-in--5 {
    animation: fade-in 1s ease-in-out 0.15s both; }
  .fade-in--6 {
    animation: fade-in 1s ease-in-out 0.18s both; }
  .fade-in--7 {
    animation: fade-in 1s ease-in-out 0.21s both; }
  .fade-in--8 {
    animation: fade-in 1s ease-in-out 0.24s both; }
  .fade-in--9 {
    animation: fade-in 1s ease-in-out 0.27s both; }
  .fade-in--10 {
    animation: fade-in 1s ease-in-out 0.3s both; }

@keyframes fade-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

form .error input, form .error input:active, form .error input:focus {
  border-color: #ff0264; }

form .error label, form .error .help-text {
  color: #ff0264; }

form .error .help-text {
  margin-top: 0.4rem; }

form .success {
  color: #18ce0f;
  transition: 0.3s all ease-in-out; }

button {
  margin-right: 15px !important; }

input, textarea, select {
  margin-bottom: 0px !important; }

.error {
  color: #ff0264;
  margin-bottom: 10px;
  transition: 0.3s all ease-in-out; }

p.error {
  padding-top: 6px;
  line-height: 1.1; }

.warning {
  color: darkgoldenrod;
  margin-bottom: 10px;
  transition: 0.3s all ease-in-out; }

.darkred {
  color: darkred;
  margin-bottom: 10px; }

.info {
  color: dimgrey;
  margin-bottom: 10px; }

.hoverBackground:hover {
  background-color: antiquewhite; }

.de-emphasize {
  color: #8a8a8a; }

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.darkbtn {
  padding: 12px;
  background-color: #eeeeee; }

.theme-light label {
  color: #333; }

.Markdown {
  font-family: 'Source Serif Pro', serif;
  font-size: 120%;
  line-height: 150%; }

.Markdown.MarkdownViewer--small {
  font-family: inherit;
  font-size: 110%; }
  .Markdown.MarkdownViewer--small img {
    max-width: 400px;
    max-height: 400px; }
  .Markdown.MarkdownViewer--small div.videoWrapper {
    max-width: 480px;
    padding-bottom: 270px; }

.Markdown, .ReplyEditor__body.rte {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
  .Markdown h1, .Markdown h2, .Markdown h3, .Markdown h4, .Markdown h5, .Markdown h6, .ReplyEditor__body.rte h1, .ReplyEditor__body.rte h2, .ReplyEditor__body.rte h3, .ReplyEditor__body.rte h4, .ReplyEditor__body.rte h5, .ReplyEditor__body.rte h6 {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600; }
  .Markdown h1, .ReplyEditor__body.rte h1 {
    margin: 2.5rem 0 .3rem;
    font-size: 160%; }
  .Markdown h2, .ReplyEditor__body.rte h2 {
    margin: 2.5rem 0 .3rem;
    font-size: 140%; }
  .Markdown h3, .ReplyEditor__body.rte h3 {
    margin: 2rem 0 0.3rem;
    font-size: 120%; }
  .Markdown h4, .ReplyEditor__body.rte h4 {
    margin: 1.5rem 0 0.2rem;
    font-size: 110%; }
  .Markdown h5, .ReplyEditor__body.rte h5 {
    margin: 1rem 0 0.2rem;
    font-size: 100%; }
  .Markdown h6, .ReplyEditor__body.rte h6 {
    margin: 1rem 0 0.2rem;
    font-size: 90%; }
  .Markdown code, .ReplyEditor__body.rte code {
    padding: 0.2rem;
    font-size: 85%;
    border-radius: 3px;
    border: none;
    background-color: #F4F4F4;
    font-weight: inherit; }
  .Markdown pre > code, .ReplyEditor__body.rte pre > code {
    display: block; }
  .Markdown strong, .ReplyEditor__body.rte strong {
    font-weight: 600; }
  .Markdown ol, .Markdown ul, .ReplyEditor__body.rte ol, .ReplyEditor__body.rte ul {
    margin-left: 2rem; }
  .Markdown table td, .ReplyEditor__body.rte table td {
    word-break: normal; }
  .Markdown p, .ReplyEditor__body.rte p {
    font-size: 100%;
    line-height: 150%;
    margin: 0 0 1.5rem 0; }
  .Markdown img, .ReplyEditor__body.rte img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px; }
  .Markdown iframe, .ReplyEditor__body.rte iframe {
    max-width: 100%;
    max-height: 75vw; }
  .Markdown div.pull-right, .ReplyEditor__body.rte div.pull-right {
    float: right;
    padding-left: 1rem;
    max-width: 50%; }
  .Markdown div.pull-left, .ReplyEditor__body.rte div.pull-left {
    float: left;
    padding-right: 1rem;
    max-width: 50%; }
  .Markdown div.text-justify, .ReplyEditor__body.rte div.text-justify {
    text-align: justify; }
  .Markdown div.text-right, .ReplyEditor__body.rte div.text-right {
    text-align: right; }
  .Markdown div.text-center, .ReplyEditor__body.rte div.text-center {
    text-align: center; }
  .Markdown div.text-rtl, .ReplyEditor__body.rte div.text-rtl {
    direction: rtl; }
  .Markdown div.videoWrapper, .ReplyEditor__body.rte div.videoWrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
    position: relative; }
    .Markdown div.videoWrapper iframe, .ReplyEditor__body.rte div.videoWrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .theme-light .Markdown blockquote, .theme-light .ReplyEditor__body.rte blockquote {
    border-left: 1px solid #788187; }
  .theme-light .Markdown blockquote > p, .theme-light .ReplyEditor__body.rte blockquote > p {
    color: #788187; }

.notification-bar {
  max-width: 40rem !important;
  background-color: rgba(70, 70, 70, 0.7) !important;
  margin-bottom: 2rem !important; }

.App {
  min-height: 100vh;
  padding-top: 50px; }

.index-page .ad1 {
  display: block !important; }

@media screen and (max-width: 39.9375em) {
  #c9-button {
    bottom: 50px !important;
    height: 70px !important;
    width: 33px !important; } }

.App__content {
  margin-top: 1rem; }
  @media print, screen and (min-width: 52.5em) {
    .App__content {
      margin-top: 2.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .App__content {
      margin-top: 0rem;
      margin-bottom: 3rem; }
      .App__content .ad1 {
        display: none !important; } }
  @media screen and (min-width: 40em) {
    .App__content .mob-bar {
      display: none; } }

.mini-header .App__content {
  margin-top: 0; }

.welcomeWrapper {
  margin-top: 0rem;
  padding-bottom: 1rem; }

.welcomeBanner {
  padding: 4em 0 4em;
  color: black; }

.ad1 {
  text-align: center; }

.ad-text {
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 0; }

.mob-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  background: white;
  z-index: 100;
  padding: 20px 0px 8px 0px;
  border-bottom: 1px solid #efecec; }

.RightMenu {
  background-color: #555;
  height: 100vh;
  color: #fff;
  padding-top: 3rem; }
  .RightMenu .close-button {
    color: #fff; }
  .RightMenu .menu > li > a {
    color: #fff;
    border-top: 1px solid #777; }
  .RightMenu .menu > li > a:hover {
    background-color: #666; }
  .RightMenu .menu > li.last {
    border-bottom: 1px solid #777; }
  .RightMenu .button.hollow {
    color: #fff;
    border: none; }

.welcomeBanner {
  position: relative; }
  .welcomeBanner h2 {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 48px;
    font-size: 3rem;
    font-family: helvetica, sans-serif; }
  .welcomeBanner h4 {
    color: #5d5d5d;
    font-weight: 500;
    margin-bottom: 1rem;
    width: 84%;
    max-width: 580px;
    margin: 0 auto;
    font-family: helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem; }
  .welcomeBanner .button {
    min-width: 240px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    text-transform: capitalize;
    font-size: 18px;
    background-color: #00c700;
    color: white;
    border: none;
    padding: 16px 22px;
    font-size: 22px;
    font-size: 1.375rem;
    cursor: pointer; }
    .welcomeBanner .button:hover, .welcomeBanner .button:focus {
      background-color: #04c300;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .welcomeBanner .close-button {
    top: 0.5rem;
    right: 0; }
  .welcomeBanner .button.hollow {
    background-color: rgba(255, 255, 255, 0.5); }

.downvoted {
  opacity: 0.5;
  filter: gray;
  transition: 0.2s all ease-in-out;
  color: #848282; }
  .theme-light .downvoted {
    color: #333; }
  .downvoted .Comment__header-user {
    color: #848282; }
    .theme-light .downvoted .Comment__header-user {
      color: #333; }

.downvoted:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: none; }

.App__announcement {
  padding-right: 40px;
  padding-top: 40px; }
  .App__announcement .close-button {
    right: 0; }

.Comment {
  position: relative;
  clear: both;
  margin-bottom: 2.4rem; }
  .Comment .Markdown p {
    margin: 0.1rem 0 0.6rem 0; }
  .Comment .Markdown p:last-child {
    margin-bottom: 0.2rem; }

.Comment__Userpic {
  float: left;
  position: relative;
  top: 0.4rem;
  padding-right: 0.6rem; }
  @media only screen and (min-width: 47.5em) {
    .Comment__Userpic {
      top: 0.2rem; } }

@media print, screen and (min-width: 40em) {
  .Comment__Userpic-small {
    display: none !important; } }

.Comment__Userpic-small .Userpic {
  float: left;
  position: relative;
  top: 3px;
  margin-right: 0.2rem;
  width: 16px !important;
  height: 16px !important; }

.Comment .highlighted {
  padding: 14px; }
  .theme-light .Comment .highlighted {
    border: 1px solid #04c300;
    background-color: #f3faf0; }

.Comment.collapsed > .Comment__Userpic {
  top: 0;
  left: 26px; }
  .Comment.collapsed > .Comment__Userpic .Userpic {
    width: 24px !important;
    height: 24px !important; }

.Comment.collapsed .Comment__header .Voting {
  margin-left: 1rem;
  border-right: none; }

.theme-light .Comment.collapsed .Comment__header a {
  color: #788187; }

.Comment__header {
  margin-left: 62px; }

.Comment__header-user {
  color: #444;
  font-size: 100%;
  font-weight: 600; }

.Comment__header_collapse {
  float: right; }
  .Comment__header_collapse > a {
    color: #cacaca;
    letter-spacing: 0.1rem;
    padding: 0 0.5rem; }
  .Comment__header_collapse .Icon {
    top: 5px; }

.Comment__body {
  margin-left: 62px;
  max-width: 50rem; }

.Comment__footer {
  margin-left: 62px; }
  .theme-light .Comment__footer {
    color: #333; }
  .Comment__footer .Voting__voters_list {
    padding-right: 1rem;
    margin-right: 1rem; }
    .theme-light .Comment__footer .Voting__voters_list {
      border-right: 1px solid #eee; }
  .Comment__footer .Comment__footer__controls a {
    margin: 0 0.2rem; }

.Comment__replies {
  margin-top: 1.4rem;
  margin-left: 62px; }
  .Comment__replies .Comment {
    margin-bottom: 1.4rem; }

.Comment__negative_group {
  color: #cacaca;
  border-top: 1px solid #e6e6e6;
  padding-top: 1rem;
  clear: none; }
  .Comment__negative_group button {
    opacity: 0.35; }
    .Comment__negative_group button:hover {
      opacity: 0.5; }

.depth {
  position: absolute;
  top: 20px;
  left: 0;
  color: #8a8a8a; }

.Comment.collapsed > .depth {
  top: 2px; }

.depth.di-1 {
  left: -38px; }

.depth.di-2 {
  left: -100px; }

.depth.di-3 {
  left: -162px; }

.depth.di-4 {
  left: -224px; }

.depth.di-5 {
  left: -286px; }

.depth.di-6 {
  left: -348px; }

@media screen and (max-width: 39.9375em) {
  .root .Comment__header, .root .Comment__footer, .root .Comment__body, .root .Comment__replies {
    margin-left: 0; }
  .reply .Comment__header, .reply .Comment__footer, .reply .Comment__body, .reply .Comment__replies {
    margin-left: 20px; }
  .depth {
    top: 2px; }
  .depth.di-1 {
    left: 0; }
  .depth.di-2 {
    left: -20px; }
  .depth.di-3 {
    left: -40px; }
  .depth.di-4 {
    left: -60px; }
  .depth.di-5 {
    left: -80px; }
  .depth.di-6 {
    left: -100px; }
  .Comment .highlighted {
    padding-left: 0; } }

.Markdown {
  font-family: 'Source Serif Pro', serif;
  font-size: 120%;
  line-height: 150%; }

.Markdown.MarkdownViewer--small {
  font-family: inherit;
  font-size: 110%; }
  .Markdown.MarkdownViewer--small img {
    max-width: 400px;
    max-height: 400px; }
  .Markdown.MarkdownViewer--small div.videoWrapper {
    max-width: 480px;
    padding-bottom: 270px; }
  .Markdown.MarkdownViewer--small div.spotifyPlaylistWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 480px; }
  .Markdown.MarkdownViewer--small div.spotifyPlaylistWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .Markdown.MarkdownViewer--small div.spotifyTrackWrapper {
    position: relative;
    padding-bottom: 15%;
    padding-top: 30px;
    height: 0;
    width: 100%; }
  .Markdown.MarkdownViewer--small div.spotifyTrackWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.Markdown, .ReplyEditor__body.rte {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
  .Markdown h1, .Markdown h2, .Markdown h3, .Markdown h4, .Markdown h5, .Markdown h6, .ReplyEditor__body.rte h1, .ReplyEditor__body.rte h2, .ReplyEditor__body.rte h3, .ReplyEditor__body.rte h4, .ReplyEditor__body.rte h5, .ReplyEditor__body.rte h6 {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600; }
  .Markdown h1, .ReplyEditor__body.rte h1 {
    margin: 2.5rem 0 .3rem;
    font-size: 160%; }
  .Markdown h2, .ReplyEditor__body.rte h2 {
    margin: 2.5rem 0 .3rem;
    font-size: 140%; }
  .Markdown h3, .ReplyEditor__body.rte h3 {
    margin: 2rem 0 0.3rem;
    font-size: 120%; }
  .Markdown h4, .ReplyEditor__body.rte h4 {
    margin: 1.5rem 0 0.2rem;
    font-size: 110%; }
  .Markdown h5, .ReplyEditor__body.rte h5 {
    margin: 1rem 0 0.2rem;
    font-size: 100%; }
  .Markdown h6, .ReplyEditor__body.rte h6 {
    margin: 1rem 0 0.2rem;
    font-size: 90%; }
  .Markdown code, .ReplyEditor__body.rte code {
    padding: 0.2rem;
    font-size: 85%;
    border-radius: 3px;
    border: none;
    background-color: #F4F4F4;
    font-weight: inherit; }
  .Markdown pre > code, .ReplyEditor__body.rte pre > code {
    display: block; }
  .Markdown strong, .ReplyEditor__body.rte strong {
    font-weight: 600; }
  .Markdown ol, .Markdown ul, .ReplyEditor__body.rte ol, .ReplyEditor__body.rte ul {
    margin-left: 2rem; }
  .Markdown table td, .ReplyEditor__body.rte table td {
    word-break: normal; }
  .Markdown p, .ReplyEditor__body.rte p {
    font-size: 100%;
    line-height: 150%;
    margin: 0 0 1.5rem 0; }
  .Markdown img, .ReplyEditor__body.rte img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px; }
  .Markdown iframe, .ReplyEditor__body.rte iframe {
    max-width: 100%;
    max-height: 75vw; }
  .Markdown div.pull-right, .ReplyEditor__body.rte div.pull-right {
    float: right;
    padding-left: 1rem;
    max-width: 50%; }
  .Markdown div.pull-left, .ReplyEditor__body.rte div.pull-left {
    float: left;
    padding-right: 1rem;
    max-width: 50%; }
  .Markdown div.text-justify, .ReplyEditor__body.rte div.text-justify {
    text-align: justify; }
  .Markdown div.text-right, .ReplyEditor__body.rte div.text-right {
    text-align: right; }
  .Markdown div.text-center, .ReplyEditor__body.rte div.text-center {
    text-align: center; }
  .Markdown div.text-rtl, .ReplyEditor__body.rte div.text-rtl {
    direction: rtl; }
  .Markdown div.videoWrapper, .ReplyEditor__body.rte div.videoWrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
    position: relative; }
    .Markdown div.videoWrapper iframe, .ReplyEditor__body.rte div.videoWrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .Markdown div.spotifyTrackWrapper, .ReplyEditor__body.rte div.spotifyTrackWrapper {
    position: relative;
    padding-bottom: 15%;
    padding-top: 30px;
    height: 0;
    width: 100%; }
  .Markdown div.spotifyTrackWrapper iframe, .ReplyEditor__body.rte div.spotifyTrackWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .Markdown div.spotifyPlaylistWrapper, .ReplyEditor__body.rte div.spotifyPlaylistWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 480px; }
  .Markdown div.spotifyPlaylistWrapper iframe, .ReplyEditor__body.rte div.spotifyPlaylistWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .theme-light .Markdown blockquote, .theme-light .ReplyEditor__body.rte blockquote {
    border-left: 1px solid #788187; }
  .theme-light .Markdown blockquote > p, .theme-light .ReplyEditor__body.rte blockquote > p {
    color: #788187; }

ul.PostsList__summaries {
  margin-left: 0; }

.PostSummary {
  margin: 0 0 1.25vw;
  clear: left; }
  .PostSummary::before, .PostSummary::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .PostSummary::after {
    clear: both; }
  .PostSummary .PostSummary__nsfw-warning {
    border: 1px solid #eee;
    padding: 0.75rem 2rem;
    min-height: 80px; }
    .PostSummary .PostSummary__nsfw-warning .PostSummary__footer {
      margin-top: 0.2rem; }
      .PostSummary .PostSummary__nsfw-warning .PostSummary__footer .Reblog__button {
        display: none; }
      .PostSummary .PostSummary__nsfw-warning .PostSummary__footer .Voting__button {
        display: none; }
    .PostSummary .PostSummary__nsfw-warning .PostSummary__time_author_category_small {
      margin-bottom: 0.2rem; }
  .PostSummary .nsfw-flag {
    color: #ff0264;
    border: 1px solid #ff0264;
    font-size: 75%;
    border-radius: 3px;
    font-weight: normal;
    font-family: Arial;
    margin: 0 0.1rem;
    padding: 2px 5px; }

.PostSummary__image {
  cursor: pointer;
  float: left;
  width: 130px;
  height: 4.5rem;
  background-color: #EEE;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  border: 1px solid #EEE; }

.PostSummary__image-mobile {
  display: block;
  background: #F8F8F8; }
  .PostSummary__image-mobile img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 80vw;
    background: white;
    transform: translate3d(0, 0, 0); }

.PostSummary.with-image .PostSummary__reblogged_by,
.PostSummary.with-image .PostSummary__content {
  margin-left: 8.25rem; }

.PostSummary__header > h3 {
  font: 600 100% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
  margin: 0;
  overflow: hidden; }
  .PostSummary__header > h3 > a {
    color: #333; }
  .PostSummary__header > h3 > a:visited {
    color: #777; }
  .PostSummary__header > h3 .Icon {
    margin: 0 0.25rem; }
    .PostSummary__header > h3 .Icon svg {
      width: 0.85rem;
      height: 0.85rem;
      vertical-align: 5%; }

.PostSummary__header .nsfw-flag {
  margin-right: 0.25rem; }

.PostSummary__body {
  width: auto;
  padding: 0.3rem 0.1rem 0.15rem;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis; }
  .theme-light .PostSummary__body {
    color: #333; }
  .PostSummary__body a {
    display: inline; }
    .theme-light .PostSummary__body a {
      color: #333; }

@media only screen and (min-width: 47.5em) {
  .layout-list .PostSummary__body {
    white-space: nowrap; } }

.PostSummary__footer {
  color: #8a8a8a;
  font-weight: 400; }
  .PostSummary__footer path {
    fill: #8a8a8a; }
  .PostSummary__footer a {
    color: #8a8a8a; }
  .PostSummary__footer .Icon {
    position: relative;
    top: -1px; }

.PostSummary__time_author_category {
  color: #8a8a8a;
  padding-left: 1rem; }
  .PostSummary__time_author_category a {
    color: #8a8a8a;
    font-weight: bold; }
    .PostSummary__time_author_category a:hover {
      text-decoration: underline; }
  .theme-light .PostSummary__time_author_category {
    border-left: 1px solid #f6f6f6; }
  .PostSummary__time_author_category .Reblog__button {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: transparent; }

.PostSummary__time_author_category_small a {
  color: #8a8a8a; }

@media screen and (min-width: 39.9375em) {
  .PostSummary.with-image .PostSummary__reblogged_by .Icon.reblog {
    margin-left: -22px; } }

.PostSummary__reblogged_by {
  color: #8a8a8a;
  font-size: 90%;
  margin-top: -0.5rem; }
  .PostSummary__reblogged_by .Icon path {
    fill: #cacaca; }
  .PostSummary__reblogged_by a {
    color: inherit;
    font-weight: bold; }
    .PostSummary__reblogged_by a:hover {
      text-decoration: underline; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .PostSummary {
    margin-bottom: 0;
    border: none; }
  .PostSummary__image {
    float: none;
    margin-top: 0.5rem;
    display: block;
    width: 100%;
    height: 40vw; }
  .PostSummary__body {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    white-space: normal;
    text-overflow: initial;
    padding-bottom: 0.3rem; }
    .PostSummary__body a {
      display: block; }
  .PostSummary.with-image .PostSummary__reblogged_by,
  .PostSummary.with-image .PostSummary__content {
    margin-left: 0; }
  .PostSummary__footer .Voting, .PostSummary__footer .Voting__inner {
    border-right: none; }
  .PostSummary__time_author_category {
    margin-left: 0;
    border-left: 1px solid #eee; }
    .PostSummary__time_author_category .Reblog__button {
      margin-right: 1rem;
      padding-right: 1rem;
      border-right: none; } }

.articles__summary .nsfw-flag {
  color: #ff0264;
  border: 1px solid #ff0264;
  font-size: 75%;
  border-radius: 3px;
  font-weight: normal;
  font-family: Arial;
  margin: 0 0.1rem;
  padding: 2px 5px;
  margin-right: 5px; }

.PostFull {
  padding-bottom: 1rem;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto; }
  .theme-light .PostFull {
    border-bottom: 1px solid #eee; }
  .theme-light .PostFull .button.hollow {
    border: 1px solid #04c300;
    color: #18ce0f; }
  .PostFull .ReplyEditor {
    margin-top: 1rem; }

.PostFull__time_author_category {
  font-weight: 400;
  padding-right: .6rem;
  margin-right: .6rem; }
  .theme-light .PostFull__time_author_category {
    border-right: 1px solid #eee;
    color: #788187; }
  .PostFull__time_author_category > span {
    white-space: nowrap; }

.PostFull__time_author_category_large {
  margin: 1.75rem 0 1.2rem 0;
  font-size: 120%;
  display: block; }
  .theme-light .PostFull__time_author_category_large {
    color: #788187; }
  .PostFull__time_author_category_large strong, .PostFull__time_author_category_large a {
    color: #999; }
  .PostFull__time_author_category_large > .Userpic {
    margin-top: -4px;
    float: left; }
  .PostFull__time_author_category_large > .right-side {
    margin-left: 60px; }

.PostFull__header {
  padding-bottom: 25px; }
  .theme-light .PostFull__header {
    border-bottom: 1px solid #eee; }
  .PostFull__header > h1 {
    overflow: hidden;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 150%;
    font-weight: 800;
    line-height: 1.1; }
    .PostFull__header > h1 .Icon {
      margin: 0 0 0 0.5rem;
      vertical-align: -30%; }
  .PostFull__header a {
    font-weight: 600;
    color: #666666; }
  .PostFull__header .PostFull__time_author_category {
    border-right: none; }
    .PostFull__header .PostFull__time_author_category .Icon.clock {
      top: 5px; }
      .theme-light .PostFull__header .PostFull__time_author_category .Icon.clock svg {
        fill: #788187; }

.PostFull__body {
  clear: left; }

.PostFull__footer {
  clear: right;
  line-height: 2rem;
  font-size: 94%; }
  .PostFull__footer a {
    color: #666666 !important; }
  .theme-light .PostFull__footer svg {
    fill: #788187; }
  .PostFull__footer a, .PostFull__footer .FoundationDropdownMenu__label {
    font-size: 94%;
    font-weight: 600; }
  .theme-light .PostFull__footer .VerticalMenu > li > a {
    fill: #788187; }
  .PostFull__footer span {
    white-space: normal; }
  .PostFull__footer .Reblog__button {
    padding-right: .4rem;
    margin-right: .4rem; }
    .theme-light .PostFull__footer .Reblog__button {
      border-right: 1px solid #eee; }

.PostFull__footerMobile {
  line-height: 2rem;
  font-size: 170%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fdfcfc;
  display: -ms-flexbox;
  display: flex;
  z-index: 98;
  width: 100%;
  padding: 5px 30px 5px 13px;
  border-top: 1px #eeecec solid;
  height: 45px !important; }
  .PostFull__footerMobile a {
    color: #666666 !important; }
  .PostFull__footerMobile .Icon {
    width: 1.85rem !important;
    height: 1.85rem !important;
    margin: 0px 10px 0px 10px; }
  .PostFull__footerMobile .Icon > svg {
    width: 1.85rem;
    height: 1.85rem; }
  .theme-light .PostFull__footerMobile svg {
    fill: #788187; }
  .PostFull__footerMobile a, .PostFull__footerMobile .FoundationDropdownMenu__label {
    font-size: 94%;
    font-weight: 600; }
  .PostFull__footerMobile .Voting .DropdownMenu {
    display: none; }
  .theme-light .PostFull__footerMobile .VerticalMenu > li > a {
    fill: #788187; }
  .PostFull__footerMobile span {
    white-space: normal; }
  .PostFull__footerMobile .Reblog__button {
    padding-right: .4rem;
    margin-right: .4rem; }
    .theme-light .PostFull__footerMobile .Reblog__button {
      border-right: 1px solid #eee; }
  .PostFull__footerMobile .PostFull__reply {
    padding-right: 0; }
  .PostFull__footerMobile .explore-post {
    margin-right: 5px !important; }

.PostFull__footerSticky {
  line-height: 2rem;
  position: fixed;
  top: 35%;
  margin-left: -170px; }
  .PostFull__footerSticky a {
    color: #666666 !important; }
  .PostFull__footerSticky .Icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin: 0px 10px 18px 10px; }
  .PostFull__footerSticky .flame {
    margin-right: 2px;
    margin-top: 15px; }
  .PostFull__footerSticky .edit {
    margin-left: 2px; }
  .PostFull__footerSticky .Icon > svg {
    width: 1.5rem;
    height: 1.5rem; }
  .theme-light .PostFull__footerSticky svg {
    fill: #788187; }
  .PostFull__footerSticky a, .PostFull__footerSticky .FoundationDropdownMenu__label {
    font-size: 94%;
    font-weight: 600; }
  .PostFull__footerSticky .Voting .Voting__voters_list span {
    margin: -15px;
    font-size: 0.8em;
    font-weight: 500; }
  .PostFull__footerSticky .Voting .FormattedAsset {
    display: none; }
  .PostFull__footerSticky .Voting .Icon.dropdown-arrow {
    display: none !important; }
  .PostFull__footerSticky .Voting .smoke {
    display: none !important; }
  .PostFull__footerSticky .Reblog__button {
    margin-left: -10px; }
  .PostFull__footerSticky .PostFull__reply {
    margin-left: -10px;
    border-right: none !important; }
  .theme-light .PostFull__footerSticky .VerticalMenu > li > a {
    fill: #788187; }
  .PostFull__footerSticky span {
    white-space: normal; }
  .PostFull__footerSticky .Reblog__button {
    padding-right: .4rem;
    margin-right: .4rem; }
    .theme-light .PostFull__footerSticky .Reblog__button {
      border-right: 1px solid #eee; }
  .PostFull__footerSticky .PostFull__reply {
    padding-right: 0; }
  .PostFull__footerSticky .explore-post {
    margin-right: 5px !important; }

.PostFull__responses {
  padding-right: .4rem; }

.PostFull__views {
  padding-right: .4rem;
  margin-right: .4rem;
  font-size: 94%;
  font-weight: 600; }
  .theme-light .PostFull__views {
    border-right: 1px solid #eee;
    fill: #788187; }

.PostFull__reply {
  padding-right: .4rem;
  margin-right: .4rem; }
  .theme-light .PostFull__reply {
    border-right: 1px solid #eee; }
  .PostFull__reply a {
    margin: 0 0.15rem; }

.PostFull__lifetime {
  font-size: 80%; }
  .theme-light .PostFull__lifetime {
    fill: #788187; }

.Author__dropdown {
  padding: 1rem; }
  .Author__dropdown > a:hover {
    text-decoration: underline; }

.explore-post {
  margin-right: 0px !important;
  cursor: pointer; }
  .explore-post:hover svg {
    fill: #04c300; }

input.share-box {
  width: 75% !important;
  display: inline; }

.ExplorePost span.extlink {
  vertical-align: text-bottom; }

.ExplorePost h5 {
  margin-top: 1em; }

.ExplorePost .ExplorePost__copy-button {
  cursor: pointer; }

.chain-right {
  transform: rotate(120deg); }

.post__default-img img {
  width: 100%; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .Post {
    width: 100%;
    overflow: hidden; }
    .Post h1 {
      font-size: 120% !important; }
    .Post h2 {
      font-size: 110% !important; }
    .Post h3 {
      font-size: 100% !important; }
    .Post h4 {
      font-size: 100% !important; }
    .Post h5 {
      font-size: 100% !important; }
    .Post h6 {
      font-size: 90% !important; }
  .PostFull__footer > .column, .PostFull__footer > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .PostFull__footer > .RightShare__Menu {
    display: none; }
  input.share-box {
    height: 2.8em;
    font-size: .8em; }
  .PostFull__header > h1 {
    font-size: 160% !important;
    margin-top: 10px; }
  .PostFull__header .PostFull__time_author_category_large {
    display: none; }
  .Voting__voters_list .VerticalMenu {
    left: -110px; }
  .Comment__footer__controls {
    float: right;
    padding-right: 10px;
    font-weight: 900; }
  .PostFull__footer .Voting__button-up {
    display: none; }
  .PostFull__footer .Voting .Icon {
    width: 1.85rem !important;
    height: 1.85rem !important; }
  .PostFull__footer .Voting .Icon > svg {
    width: 1.85rem;
    height: 1.85rem; }
  .PostFull__footer .Voting .integer {
    font-size: 180%; }
  .PostFull__footer .Voting__voters_list {
    float: right; }
    .PostFull__footer .Voting__voters_list .VerticalMenu {
      left: -227px;
      font-size: 115%; } }

/*HorizonalSticky*/
@media screen and (max-width: 1070px) {
  .PostFull__footerSticky {
    display: none; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  input.share-box {
    height: 2.8em;
    font-size: .8em; } }

/* Large only */
@media screen and (min-width: 40em) {
  .PostFull__footerMobile {
    display: none; } }

.PostsGrid__posts {
  margin-left: 0; }

.PostGridItem {
  margin: 0 0 1.25vw;
  clear: left; }
  .PostGridItem::before, .PostGridItem::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .PostGridItem::after {
    clear: both; }

.PostGridItem__image {
  cursor: pointer;
  float: left;
  width: 130px;
  height: 4.5rem;
  background-color: #EEE;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  border: 1px solid #EEE; }

.PostGridItem__image-mobile {
  display: block;
  background: #F8F8F8; }
  .PostGridItem__image-mobile img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 80vw;
    background: white;
    transform: translate3d(0, 0, 0); }

.PostGridItem.with-image .PostGridItem__reblogged_by,
.PostGridItem.with-image .PostGridItem__content {
  margin-left: 8.25rem; }

.PostGridItem__header > h3 {
  font: 600 100% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
  margin: 0;
  overflow: hidden; }
  .PostGridItem__header > h3 > a {
    color: #333; }
  .PostGridItem__header > h3 > a:visited {
    color: #777; }
  .PostGridItem__header > h3 .Icon {
    margin: 0 0.25rem; }
    .PostGridItem__header > h3 .Icon svg {
      width: 0.85rem;
      height: 0.85rem;
      vertical-align: 5%; }

.PostGridItem__header .nsfw-flag {
  margin-right: 0.25rem; }

.PostGridItem__body {
  width: auto;
  padding: 0.3rem 0.1rem 0.15rem;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis; }
  .theme-light .PostGridItem__body {
    color: #333; }
  .PostGridItem__body a {
    display: inline; }
    .theme-light .PostGridItem__body a {
      color: #333; }

@media only screen and (min-width: 47.5em) {
  .layout-list .PostGridItem__body {
    white-space: nowrap; } }

.PostGridItem__footer {
  color: #8a8a8a;
  font-weight: 400; }
  .PostGridItem__footer path {
    fill: #8a8a8a; }
  .PostGridItem__footer a {
    color: #8a8a8a; }
  .PostGridItem__footer .Icon {
    position: relative;
    top: -1px; }

.PostGridItem__time_author_category {
  color: #8a8a8a; }
  .PostGridItem__time_author_category a {
    color: #8a8a8a;
    font-weight: bold; }
    .PostGridItem__time_author_category a:hover {
      text-decoration: underline; }
  .theme-light .PostGridItem__time_author_category {
    border-left: 1px solid #f6f6f6; }
  .PostGridItem__time_author_category .Reblog__button {
    padding-right: 1.2rem;
    border-right: transparent; }

.PostGridItem__time_author_category_small a {
  color: #8a8a8a; }

@media screen and (min-width: 39.9375em) {
  .PostGridItem.with-image .PostGridItem__reblogged_by .Icon.reblog {
    margin-left: -22px; }
  .articles__content:hover {
    transform: scale(1.03); } }

.PostGridItem__reblogged_by {
  color: #8a8a8a;
  font-size: 90%;
  margin-top: -0.5rem; }
  .PostGridItem__reblogged_by .Icon path {
    fill: #cacaca; }
  .PostGridItem__reblogged_by a {
    color: inherit;
    font-weight: bold; }
    .PostGridItem__reblogged_by a:hover {
      text-decoration: underline; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .PostGridItem {
    margin-bottom: 0;
    border: none; }
  .PostGridItem__image {
    float: none;
    margin-top: 0.5rem;
    display: block;
    width: 100%;
    height: 40vw; }
  .PostGridItem__body {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    white-space: normal;
    text-overflow: initial;
    padding-bottom: 0.3rem; }
    .PostGridItem__body a {
      display: block; }
  .PostGridItem.with-image .PostGridItem__reblogged_by,
  .PostGridItem.with-image .PostGridItem__content {
    margin-left: 0; }
  .PostGridItem__footer .Voting, .PostGridItem__footer .Voting__inner {
    border-right: none; }
  .PostGridItem__time_author_category {
    margin-left: 0;
    border-left: 1px solid #eee; }
    .PostGridItem__time_author_category .Reblog__button {
      margin-right: 1rem;
      padding-right: 1rem;
      border-right: none; }
  .articles__content {
    margin-bottom: 20px; } }

.articles__content-block--img {
  margin: 0;
  background-position: center;
  max-height: 200px; }

.articles__content-stats {
  font-size: 0.85rem; }
  .articles__content-stats .Voting__button-up {
    display: none; }

.articles__content-block--text {
  margin-bottom: 5px; }

.articles__content-block--text hr {
  margin: 8px; }

.articles__content {
  border-radius: 10px;
  transition: all .2s ease-in-out; }

.articles__h2 a {
  font-size: 0.92em;
  text-transform: capitalize; }

.PostsGrid__post_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.PostsGrid__post_top_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 310;
  height: 3rem;
  overflow-x: hidden;
  overflow-y: scroll; }
  .theme-light .PostsGrid__post_top_overlay {
    border-bottom: 1px solid #eee; }
  @media screen and (min-width: 60rem) {
    .theme-light .PostsGrid__post_top_overlay {
      border-bottom: transparent; } }

.PostsGrid__post_top_bar {
  position: relative;
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  overflow: hidden; }
  .theme-light .PostsGrid__post_top_bar {
    background-color: #fff; }
  @media screen and (min-width: 60rem) {
    .theme-light .PostsGrid__post_top_bar {
      background-color: transparent; } }
  .theme-light .PostsGrid__post_top_bar a span.Icon path {
    fill: #18ce0f; }
  .PostsGrid__post_top_bar > .close-button {
    visibility: hidden;
    top: 1rem;
    right: 0; }

.PostsGrid__post_container {
  position: relative;
  margin: 1rem auto;
  padding: 2rem 0.9rem 0 0.9rem;
  transform: translateZ(0); }
  .theme-light .PostsGrid__post_container {
    background-color: #fff; }

body.with-post-overlay {
  overflow: hidden; }

@media screen and (min-width: 60rem) {
  .PostsGrid__post_overlay {
    background-color: rgba(0, 0, 0, 0.85); }
  .PostsGrid__post_top_overlay {
    border-bottom: none; }
  .PostsGrid__post_top_bar {
    width: 56rem;
    background-color: transparent; }
    .PostsGrid__post_top_bar > .close-button {
      visibility: visible; }
    .PostsGrid__post_top_bar > .back-button-menu {
      visibility: hidden; }
  .PostsGrid__post_container {
    width: 56rem;
    margin-bottom: 3em; } }

@media screen and (min-width: 67rem) {
  .PostsGrid__post_container {
    width: 62rem; }
  .PostsGrid__post_top_bar {
    width: 62rem; } }

.PostsList__post_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.PostsList__post_top_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 310;
  height: 3rem;
  overflow-x: hidden;
  overflow-y: scroll; }
  .theme-light .PostsList__post_top_overlay {
    border-bottom: 1px solid #eee; }
  @media screen and (min-width: 60rem) {
    .theme-light .PostsList__post_top_overlay {
      border-bottom: transparent; } }

.PostsList__post_top_bar {
  position: relative;
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  overflow: hidden; }
  .theme-light .PostsList__post_top_bar {
    background-color: #fff; }
  @media screen and (min-width: 60rem) {
    .theme-light .PostsList__post_top_bar {
      background-color: transparent; } }
  .theme-light .PostsList__post_top_bar a span.Icon path {
    fill: #18ce0f; }
  .PostsList__post_top_bar > .close-button {
    visibility: hidden;
    top: 1rem;
    right: 0; }

.PostsList__post_container {
  position: relative;
  margin: 1rem auto;
  padding: 2rem 0.9rem 0 0.9rem;
  transform: translateZ(0); }
  .theme-light .PostsList__post_container {
    background-color: #fff; }

body.with-post-overlay {
  overflow: hidden; }

@media screen and (min-width: 60rem) {
  .PostsList__post_overlay {
    background-color: rgba(0, 0, 0, 0.85); }
  .PostsList__post_top_overlay {
    border-bottom: none; }
  .PostsList__post_top_bar {
    width: 56rem;
    background-color: transparent; }
    .PostsList__post_top_bar > .close-button {
      visibility: visible; }
    .PostsList__post_top_bar > .back-button-menu {
      visibility: hidden; }
  .PostsList__post_container {
    width: 56rem;
    margin-bottom: 3em; }
    .theme-light .PostsList__post_container {
      box-shadow: 5px 5px 0 0 #04c300; } }

@media screen and (min-width: 67rem) {
  .PostsList__post_container {
    width: 62rem; }
  .PostsList__post_top_bar {
    width: 62rem; } }

.Icon {
  vertical-align: middle;
  margin-right: 7px; }
  .Icon > svg, .Icon span.icon {
    width: 1.35rem;
    height: 1.35rem;
    vertical-align: top; }
  .Icon.fill-black > svg > path {
    fill: black; }

.Icon_1_5x > svg, span.Icon_1_5x {
  width: 1.5rem;
  height: 1.5rem; }

.Icon_2x > svg, span.Icon_2x {
  width: 2rem;
  height: 2rem; }

.Icon_3x > svg, span.Icon_3x {
  width: 3rem;
  height: 3rem; }

.Icon_4x > svg, span.Icon_4x {
  width: 4.60rem;
  height: 4.60rem; }

.Icon_5x > svg, span.Icon_5x {
  width: 5.75rem;
  height: 5.75rem;
  margin: 24px 0 24px 0; }

.Icon_10x > svg, span.Icon_10x {
  width: 10rem;
  height: 10rem;
  margin: 24px 0 24px 0; }

.Icon.dropdown-arrow polygon {
  fill: #8a8a8a; }

@keyframes rolling {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

.rolling {
  position: relative; }

.rolling svg {
  animation: rolling 1s linear infinite;
  top: 8px;
  left: 8px;
  position: relative; }

.rolling svg:after {
  transform: rotate(90deg); }

.loading-panel {
  z-index: 1000;
  position: absolute;
  top: 20rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 100px;
  max-height: 110px;
  width: 10rem;
  background-color: #999;
  opacity: 0.4;
  border-radius: 5px; }

.progress-indicator {
  height: 50px;
  vertical-align: middle;
  margin: 46px 20px 20px 20px;
  text-align: center;
  color: #000;
  display: none; }

.progress-indicator > span {
  vertical-align: middle;
  display: table-cell; }

.with-progress .progress-indicator {
  display: table; }

.spinner {
  width: 64px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.with-progress .spinner {
  margin: 20px auto 0 auto; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both; }

.spinner .bounce1 {
  animation-delay: -0.32s; }

.spinner .bounce2 {
  animation-delay: -0.16s; }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.three-bounce > div {
  width: 18px;
  height: 18px;
  background-color: #777;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both; }

.three-bounce .bounce1 {
  animation-delay: -0.32s; }

.three-bounce .bounce2 {
  animation-delay: -0.16s; }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.LoadingIndicator.circle.inline {
  display: inline-block;
  position: relative;
  top: 6px; }

.LoadingIndicator.circle.circle-strong {
  padding-top: 2em;
  padding-bottom: 2em; }
  .LoadingIndicator.circle.circle-strong div {
    border-width: 1px;
    border-color: #4ba2f2;
    border-right-color: transparent;
    border-top-color: transparent; }

.LoadingIndicator.circle div {
  width: 16px;
  height: 16px;
  margin: 4px;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  animation: loading 500ms infinite linear; }

.Userpic {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

/* Medium and up */
@media screen and (min-width: 39.94em) {
  .Userpic {
    width: 48px;
    height: 48px; } }

.Voting {
  white-space: nowrap !important; }
  .Voting span {
    white-space: nowrap !important; }
  .theme-light .Voting .dropdown-pane {
    border: 1px solid #788187; }

.Voting__button .Icon {
  transform: translate3d(0, 0, 0); }

.Voting__button path {
  fill: #8a8a8a; }

.Voting__button circle {
  stroke: #8a8a8a; }

.Voting__button > a:hover path {
  fill: #444; }

.Voting__about-flag {
  margin-right: 30px; }
  .Voting__about-flag .button {
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    text-transform: capitalize;
    border-radius: 0;
    font-size: 18px;
    font-size: 1.125rem; }
    .theme-light .Voting__about-flag .button {
      background-color: #111;
      color: #fcfcfc; }
    .theme-light .Voting__about-flag .button:hover, .theme-light .Voting__about-flag .button:focus {
      background-color: #04c300;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
    .theme-light .Voting__about-flag .button:visited, .theme-light .Voting__about-flag .button:active {
      color: #fcfcfc; }

.Voting__button-up .Icon {
  margin-left: 0;
  border-radius: 50%; }

.Voting__button-up > a {
  padding-right: 0.5rem; }

.Voting__button-up path {
  fill: #171F24; }

.Voting__button-up circle {
  stroke: #171F24; }

.Voting__button-up > a:hover path {
  fill: #ff4400; }

.Voting__button-up > a:hover circle {
  fill: #788187;
  stroke: #788187; }

.Voting__button-up > a:hover svg {
  background-size: contain;
  border-radius: 50%; }

a.confirm_weight:hover circle {
  fill: #788187; }

a.confirm_weight:hover svg {
  background-size: contain;
  border-radius: 50%; }

.Voting__button-up.votingUp {
  padding-right: 0.5rem; }
  .Voting__button-up.votingUp svg {
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent; }

.Voting__button-down.votingDown svg {
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent; }

.Voting__button-down {
  margin-left: 0.25rem; }
  .Voting__button-down .Voting__button-downvotes {
    color: #aaa;
    font-size: 80%;
    vertical-align: 15%;
    padding-right: 0.1rem; }
  .Voting__button-down a:hover path {
    fill: #ff0264; }

.Voting__button--upvoted circle,
.Voting__button--upvoted path {
  fill: #ff4400;
  stroke: none; }

.Voting__button--upvoted a:hover circle,
.Voting__button--upvoted a:hover path {
  fill: #ff9800;
  stroke: none; }

.Voting__button--downvoted path {
  fill: #ff0264; }

.Voting .DropdownMenu ul {
  width: auto; }
  .Voting .DropdownMenu ul li > a {
    padding: 0 0.5rem;
    line-height: 1.25;
    font-weight: normal; }
  .Voting .DropdownMenu ul li > span {
    padding: 0 0.5rem;
    line-height: 1.25; }

.DropdownMenu.Voting__voters_list ul li > span {
  padding: 0.25rem 0.5rem;
  font-size: 82.5%;
  display: block; }
  .theme-light .DropdownMenu.Voting__voters_list ul li > span {
    color: #788187; }

.Voting__inner {
  padding-right: .8rem; }
  .Voting__inner .DropdownMenu .Icon.dropdown-arrow {
    margin-right: -0.5rem;
    position: relative;
    top: 2px; }
  .Voting__inner .cancel {
    font-size: 80%;
    padding: 0 0.4em;
    margin-left: 0.5rem;
    margin-right: 2px;
    background-color: #f8f8f8;
    border-radius: 50%;
    border: 1px solid #dadada;
    color: #8a8a8a; }

.Voting__adjust_weight_down {
  right: 0;
  width: auto !important;
  max-width: 500px; }
  .theme-light .Voting__adjust_weight_down {
    background-color: #fdfdfd; }
  .Voting__adjust_weight_down div.clear {
    clear: both; }
  .Voting__adjust_weight_down p, .Voting__adjust_weight_down span {
    white-space: normal !important; }
  .Voting__adjust_weight_down .weight-display {
    color: #ff0264 !important; }
  .Voting__adjust_weight_down .rangeslider {
    margin-right: 2rem; }
  .Voting__adjust_weight_down .close-button {
    right: 0; }

.Voting__adjust_weight, .Voting__adjust_weight_down {
  padding: 20px 20px 20px;
  margin-right: 10px;
  width: 350px;
  min-width: 320px;
  overflow: hidden; }
  .Voting__adjust_weight .weight-display, .Voting__adjust_weight_down .weight-display {
    width: 3rem;
    float: left;
    margin-right: 0.5rem;
    text-align: right;
    color: #8a8a8a;
    line-height: 2.6rem; }
  .Voting__adjust_weight a.confirm_weight, .Voting__adjust_weight_down a.confirm_weight {
    float: left;
    width: 2rem;
    height: 2rem;
    line-height: 2.6rem; }
  .Voting__adjust_weight .rangeslider, .Voting__adjust_weight_down .rangeslider {
    position: relative;
    float: left;
    background: #e6e6e6; }
    .Voting__adjust_weight .rangeslider .rangeslider__fill, .Voting__adjust_weight_down .rangeslider .rangeslider__fill, .Voting__adjust_weight .rangeslider .rangeslider__handle, .Voting__adjust_weight_down .rangeslider .rangeslider__handle {
      position: absolute; }
    .Voting__adjust_weight .rangeslider, .Voting__adjust_weight_down .rangeslider, .Voting__adjust_weight .rangeslider .rangeslider__fill, .Voting__adjust_weight_down .rangeslider .rangeslider__fill {
      display: block;
      border-radius: 10px; }
    .Voting__adjust_weight .rangeslider .rangeslider__handle, .Voting__adjust_weight_down .rangeslider .rangeslider__handle {
      background: #fff;
      border: 1px solid #ccc;
      cursor: pointer;
      display: inline-block;
      position: absolute; }
      .Voting__adjust_weight .rangeslider .rangeslider__handle:active, .Voting__adjust_weight_down .rangeslider .rangeslider__handle:active {
        background: #04c300; }
  .Voting__adjust_weight .rangeslider-horizontal, .Voting__adjust_weight_down .rangeslider-horizontal {
    height: 10px;
    width: 200px;
    background: none;
    float: left;
    margin-top: 18px; }
    .Voting__adjust_weight .rangeslider-horizontal .rangeslider__fill, .Voting__adjust_weight_down .rangeslider-horizontal .rangeslider__fill {
      height: 100%;
      background: #04c300;
      box-shadow: none;
      left: 0; }
    .Voting__adjust_weight .rangeslider-horizontal .rangeslider__handle, .Voting__adjust_weight_down .rangeslider-horizontal .rangeslider__handle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      top: -10px; }
      .Voting__adjust_weight .rangeslider-horizontal .rangeslider__handle:active, .Voting__adjust_weight_down .rangeslider-horizontal .rangeslider__handle:active {
        box-shadow: none; }
  .Voting__adjust_weight .Voting__adjust_weight_close, .Voting__adjust_weight_down .Voting__adjust_weight_close {
    position: static;
    line-height: 2.6rem;
    font-size: 2rem;
    margin-left: 1rem; }

@media screen and (max-width: 39.9375em) {
  .Voting__button-up .dropdown-pane {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    border: none;
    min-height: 44px; }
  .Voting__adjust_weight, .Voting__adjust_weight_down {
    padding: 0 !important;
    width: 100vw; }
    .Voting__adjust_weight .confirm_weight, .Voting__adjust_weight_down .confirm_weight {
      padding-left: 10px; }
    .Voting__adjust_weight .weight-display, .Voting__adjust_weight_down .weight-display {
      font-size: 0.8rem; }
    .Voting__adjust_weight .Voting__adjust_weight_close, .Voting__adjust_weight_down .Voting__adjust_weight_close {
      position: inherit;
      line-height: 1.6rem;
      font-size: 2rem;
      margin-left: 1rem;
      float: right; }
  .rangeslider-horizontal {
    width: 50vw !important; }
  .dropdown-pane {
    border: 0 !important; } }

/* Medium and bigger */
@media screen and (min-width: 39.9375em) {
  .Voting__button-up {
    display: inline-block;
    position: relative; }
    .Voting__button-up .dropdown-pane {
      top: -18px;
      left: -28px; } }

.weight-container {
  min-width: 300px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2px; }

.weight-container {
  min-width: 300px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2px; }

.FormattedAsset .prefix {
  padding-right: 0.1rem; }

.ReplyEditor {
  max-width: 54rem;
  margin-bottom: 0.5rem;
  padding-bottom: 2em;
  margin-top: 20px; }
  .ReplyEditor .vframe {
    display: block; }
    .ReplyEditor .vframe .public-DraftEditor-content {
      height: 20em;
      resize: vertical;
      color: #333; }
  .ReplyEditor .button {
    margin-bottom: 2em; }
  .ReplyEditor .button.hollow.no-border {
    background-color: transparent;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    outline: none;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: transparent; }

.upload-enabled {
  border-bottom: 1px dashed #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.drag-and-drop {
  font-size: 85%;
  padding: 3px 8px;
  margin: 0;
  color: #767676;
  background-color: #fafafa;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 3;
  border-bottom-left-radius: 3; }

.PostFull .ReplyEditor__body {
  margin: 1rem 0 0; }

.ReplyEditor form {
  max-width: 52rem; }

.ReplyEditor__title {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
  height: auto; }

.ReplyEditor__draft {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  color: #BBB;
  font-size: 1.2em;
  text-align: center;
  z-index: 1;
  padding: 0.5rem 1rem; }

.ReplyEditor__draft-hide {
  opacity: 0; }

.ReplyEditor__draft-saved {
  transition: opacity 3s ease-in-out;
  opacity: 0; }

.ReplyEditor .Preview .Markdown {
  border: 1px solid #e6e6e6;
  padding: 0.5rem 1rem; }

.ReplyEditor__body {
  margin-top: 1rem;
  clear: both; }

.ReplyEditor__options {
  font-size: 85%; }
  .ReplyEditor__options select {
    font-size: 100%;
    width: 10rem;
    height: auto;
    padding: 0.25rem 0.5rem;
    margin-left: 0.25rem; }
  .ReplyEditor__options label {
    font-size: 100%;
    text-transform: none; }

.RichTextEditor__root___33zoV button {
  margin-right: 0 !important; }

.post-notify {
  border: #d6d6d6 1px solid;
  padding: 10px 10px 10px 10px;
  margin: 10px 30px 10px 30px; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .submitMobile {
    position: fixed;
    background: #fdfcfc;
    width: 100%;
    bottom: 0;
    z-index: 99;
    left: 0;
    border-top: solid 1px #eeecec;
    padding: 3px;
    height: 45px !important; }
    .submitMobile .button {
      margin-bottom: 0;
      width: 46vw;
      font-size: unset;
      margin-right: 0 !important; }
  .desktoponly {
    display: none !important; } }

/* Bigger than small */
@media screen and (min-width: 40em) {
  .submitMobile {
    display: none; } }

.NotifiCounter {
  display: inline-block;
  background-color: #fa3e3e;
  color: #fff;
  border-radius: 2px;
  font-size: 10px;
  padding: 2px;
  min-width: 14px;
  text-align: center;
  line-height: 12px;
  height: 16px;
  margin-left: 0.2rem; }

.DropdownMenu {
  position: relative;
  display: inline-block; }
  .DropdownMenu .Icon.dropdown-arrow {
    top: 2px;
    margin-right: 0; }
  .DropdownMenu > .VerticalMenu {
    visibility: hidden;
    min-width: 145px;
    z-index: 1000;
    display: block;
    border-radius: 3px;
    opacity: 0;
    position: absolute;
    top: 100%;
    padding: 2px;
    transform: translateY(10%);
    transition: all 0.3s ease 0s, visibility 0s linear 0.3s; }
    .theme-light .DropdownMenu > .VerticalMenu {
      background-color: #fdfdfd;
      border: 1px solid #788187; }
  .DropdownMenu > .VerticalMobileMenu {
    visibility: hidden;
    min-width: 100vw;
    z-index: 1000;
    display: block;
    border-radius: 3px;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100vh;
    z-index: 9999; }
  .DropdownMenu.show > .VerticalMenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 0s; }
    .DropdownMenu.show > .VerticalMenu a {
      transition: 0.2s all ease-in-out; }
      .theme-light .DropdownMenu.show > .VerticalMenu a {
        color: #333; }
      .theme-light .DropdownMenu.show > .VerticalMenu a:hover {
        color: #18ce0f; }
  .DropdownMenu .DropdownMenu.move-left .VerticalMenu {
    left: -50%; }

.FoundationDropdownMenu__label {
  cursor: pointer; }
  .FoundationDropdownMenu__label .Icon.dropdown-arrow {
    position: relative;
    top: 2px; }

.VerticalMenu {
  width: 200px; }
  .VerticalMenu .Icon {
    padding-left: 0.1rem;
    margin-right: 14px;
    top: 0; }
  .VerticalMenu .tops {
    width: 100%;
    background: linear-gradient(to right, #4CAF50, #3ea76a);
    border-bottom: 0.1px solid #f9f9f9;
    padding: 10px 20px 0px 10px;
    margin-bottom: -50px; }
  .VerticalMenu .float-left {
    float: left; }
  .VerticalMenu .float-right {
    float: right;
    text-align: right; }
  .theme-light .VerticalMenu svg path, .theme-light .VerticalMenu svg polygon {
    fill: #ffff; }
  .VerticalMenu .menuItems {
    width: 100%; }
    .VerticalMenu .menuItems svg {
      height: 1rem !important; }
  .VerticalMenu .divpad {
    font-weight: 900;
    font-size: large; }
  .VerticalMenu .alignments {
    margin: auto;
    width: 136px; }
  .VerticalMenu .title {
    padding: 10px;
    width: 50%;
    font-size: medium;
    font-weight: 900;
    color: white; }
  .VerticalMenu a {
    background: linear-gradient(to right, #4CAF50, #3ea76a);
    color: white !important;
    border-bottom: solid 0.5px #f5f5f5c2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .VerticalMenu > li > a {
    color: #444;
    line-height: 1rem;
    position: relative;
    transition: 0.2s all ease-in-out; }
  .VerticalMenu > li > a:hover {
    text-decoration: none; }
    .theme-light .VerticalMenu > li > a:hover {
      background-color: #fdfdfd; }
  .VerticalMenu > li.title {
    padding: 0.4rem;
    font-weight: bold;
    text-align: left;
    padding-left: 16px; }
    .theme-light .VerticalMenu > li.title {
      border-bottom: 1px solid #eee; }

.HorizontalMenu .active > a {
  background: none;
  font-weight: 600; }
  .theme-light .HorizontalMenu .active > a {
    color: #18ce0f; }

.HorizontalMenu > li:first-child > a {
  padding-left: 0; }

.HorizontalMenu > li:last-child > a {
  padding-right: 0; }

ul.HorizontalMenu.menu {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.5em; }
  ul.HorizontalMenu.menu li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  ul.HorizontalMenu.menu .Icon {
    margin-right: 10px; }

.VotesAndComments {
  white-space: nowrap; }
  .VotesAndComments path {
    transition: 0.2s all ease-in-out; }
  .VotesAndComments circle {
    stroke: none; }
  .VotesAndComments a {
    font-weight: normal; }

.VotesAndComments__votes {
  padding-right: 1rem; }
  .theme-light .VotesAndComments__votes {
    border-right: 1px solid #f6f6f6; }

.VotesAndComments__comments {
  padding: 0 1rem 0 0;
  float: right; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .VotesAndComments {
    display: block;
    width: auto;
    float: right; } }

.GeneratedPasswordInput__generated_password {
  text-transform: none;
  display: block;
  padding: 0.2rem 0.5rem;
  color: #c7254e;
  font-size: 1rem;
  background: #fff;
  word-break: break-all;
  text-align: center; }

.GeneratedPasswordInput__field {
  margin-top: 1rem; }

.GeneratedPasswordInput__checkboxes {
  margin-top: 1.5rem; }

.GeneratedPasswordInput__backup_text {
  text-align: center;
  font-weight: bold; }

.TagList ul.VerticalMenu {
  left: -130px; }
  .TagList ul.VerticalMenu a {
    padding: 0 0.4rem;
    line-height: 1.5;
    color: inherit; }

.TagList__horizontal {
  margin-bottom: 0.5rem; }
  .TagList__horizontal a {
    display: inline-block;
    margin: 0.1rem 0.4rem 0.1rem 0;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    transition: 0.2s all ease-in-out; }
    .theme-light .TagList__horizontal a {
      background: #fdfdfd;
      color: #333;
      border: 1px solid #eee; }
    .theme-light .TagList__horizontal a:hover {
      background: #fdfdfd;
      color: #333;
      border: 1px solid #788187; }

.theme-light .ChangePassword__rules {
  color: #788187; }

.ChangePassword__code {
  display: block;
  padding: 0.2rem 0.5rem;
  background: #fff;
  color: #c7254e;
  word-wrap: break-word;
  text-align: center; }

.ChangePassword__backup_text {
  color: #8a8a8a;
  font-size: 90%;
  text-align: center;
  font-weight: bold; }

.ChangePassword .button.hollow {
  margin-top: 4px; }

.ChangePassword .ChangePassword__btn-container .button {
  margin-bottom: 2em; }

.Reputation {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 0 3px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  top: -1px; }
  .theme-light .Reputation {
    color: #333;
    border: 1px solid #788187; }

.theme-light .Reblog__button path {
  fill: #cacaca; }

.theme-light .Reblog__button-active path {
  fill: #F95428; }

.Reblog__button.loading {
  padding-right: 0.5rem; }
  .Reblog__button.loading svg {
    border: 1px solid #04c300;
    border-radius: 100%;
    border-right-color: transparent;
    border-top-color: transparent;
    animation: loading 500ms infinite linear; }
    .Reblog__button.loading svg path {
      opacity: 0; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 200ms ease-out;
  cursor: pointer; }
  .youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out; }
    .youtube .play:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.SignupProgressBar__container {
  background-color: transparent;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e6e6e6; }

.SignupProgressBar {
  width: 100%;
  margin: 0 auto 50px 0; }
  .SignupProgressBar > ul {
    counter-reset: step; }
  .SignupProgressBar > ul > li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d; }
  .SignupProgressBar > ul > li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 26px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white; }
  .SignupProgressBar > ul > li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1; }
  .SignupProgressBar > ul > li:first-child:after {
    content: none; }
  .SignupProgressBar > ul > li.done {
    color: #1A5099; }
  .SignupProgressBar > ul > li.done:before {
    content: "\2713";
    color: #fff;
    border-color: #1A5099;
    background-color: #1A5099; }
  .SignupProgressBar > ul > li.done:after {
    background-color: #1A5099; }
  .SignupProgressBar > ul > li.current {
    color: #1A5099; }
  .SignupProgressBar > ul > li.current:before {
    color: #fff;
    border-color: #04c300;
    background-color: #04c300; }
  .SignupProgressBar > ul > li.current:after {
    background-color: #1A5099; }

.shareMenu {
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  position: fixed;
  bottom: 30vh;
  margin-left: -150px; }

.shareItems {
  list-style: none;
  display: inline;
  margin-left: 0.01em; }
  .shareItems div {
    margin: 0px 0px 20px 0px; }
    .shareItems div svg {
      width: 1.2rem;
      height: 1.2rem;
      fill: #cacaca; }
  .shareItems div > a {
    transition: 0.2s all ease-in-out; }
  .shareItems div > a:hover {
    color: #ffffff; }
    .theme-light .shareItems div > a:hover svg {
      fill: #04c300; }
  .shareItems div > a:link {
    text-decoration: none; }

.RightShare__Menu {
  padding-right: 0.6rem !important; }

/*HorizonalSticky*/
@media screen and (max-width: 1070px) {
  .shareMenu {
    display: none; } }

.Author {
  cursor: pointer; }

.Author__name {
  text-decoration: none;
  display: block;
  font-size: 90%;
  color: #444 !important;
  font-weight: 600;
  line-height: 1; }

.Author__username {
  text-decoration: none;
  font-weight: 400;
  color: #666 !important;
  line-height: 0; }

.Author__bio {
  clear: both;
  font-size: 90%; }

.Author__container {
  width: auto;
  padding: 0;
  z-index: 10;
  font-size: inherit;
  position: absolute;
  width: 300px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
  color: #333333; }
  .Author__container .Author__dropdown {
    width: 290px;
    min-height: 108px; }
    .Author__container .Author__dropdown .Userpic {
      margin-right: 1rem;
      float: left;
      width: 75px;
      height: 75px; }
    .Author__container .Author__dropdown .Author__name {
      text-decoration: none;
      display: block;
      font-size: 110%;
      color: #444;
      font-weight: 600;
      line-height: 1; }
    .Author__container .Author__dropdown .Author__username {
      text-decoration: none;
      font-size: 90%;
      font-weight: 400;
      color: #666; }
    .Author__container .Author__dropdown .Author__bio {
      clear: both;
      font-size: 90%;
      padding-top: 15px; }

.UserNames .VerticalMenu li > a {
  padding: 0.25rem 0.5rem;
  line-height: 1.25; }

.UserKeys .hoverBackground {
  transition: 0.2s all ease-in-out;
  word-break: break-word; }
  .theme-light .UserKeys .hoverBackground:hover {
    background-color: #fdfdfd;
    color: #333; }

div.Dialog__qr_viewer {
  text-align: center; }
  div.Dialog__qr_viewer h3 {
    text-transform: capitalize; }

.Header {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff; }
  .theme-light .Header {
    background-color: #fff;
    border-bottom: 1px solid #eee; }
  .Header h3 {
    padding-left: 1rem;
    margin-bottom: 0; }
  .Header .menu {
    padding-left: 0; }
    .Header .menu .hamburger {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      cursor: pointer;
      position: relative;
      top: 2px; }
      .Header .menu .hamburger::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #444;
        box-shadow: 0 7px 0 #444, 0 14px 0 #444;
        content: ''; }
      .Header .menu .hamburger:hover::after {
        background: #8a8a8a;
        box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
      .Header .menu .hamburger::after {
        transition: 0.2s all ease-in-out; }
        .theme-light .Header .menu .hamburger::after {
          background: #333; }
      .theme-light .Header .menu .hamburger:hover::after {
        background: #18ce0f; }
  .Header ul.menu > li.toggle-menu > a {
    padding-right: 0; }
  .Header .menu-icon {
    margin: 0.2rem 0; }
  .theme-light .Header svg > path {
    fill: #333; }

.Header__logo svg {
  fill: none; }

.Header__top {
  padding: 0.25rem 0;
  transition: all 0.3s ease-out; }
  @media print, screen and (min-width: 52.5em) {
    .Header__top {
      padding: 0.75rem 0; } }
  .Header__top ul > li.Header__top-logo {
    padding: .35rem 0 .35rem 0; }
  .Header__top ul > li.delim {
    color: #cacaca; }
  .Header__top ul > li > a {
    font-size: 0.80rem; }
  .Header__top ul > li > span {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 0.7rem 1rem;
    display: -ms-flexbox;
    display: flex;
    text-transform: lowercase; }
  @media screen and (max-width: 39.9375em) {
    .Header__top .shrink {
      padding: 0 1rem; } }

ul > li.Header__top-logo > a {
  padding: 0;
  transition: none; }

.Header ul > li > .button {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem; }

.Header__sub-nav {
  position: relative;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  transition: margin .3s;
  z-index: -1;
  will-change: margin; }
  .Header__sub-nav li {
    line-height: 1rem;
    padding: 1.2rem 0 1.2rem 0;
    margin: 0 0 0 2rem; }
  .Header__sub-nav li:first-child {
    margin: 0 0 0 0; }
  .Header__sub-nav li > a {
    color: #8a8a8a;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    font-size: 1rem;
    line-height: 0;
    padding: 0; }
  .Header__sub-nav a.active {
    color: #444; }

.Header__sub-nav.hidden {
  margin-top: -42px; }

.Header__topic {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 0.7rem 1rem;
  text-transform: uppercase; }

.Header__sort-order-menu .VerticalMenu {
  left: 0; }

.ConnectionError {
  margin-right: 4rem;
  color: #ec5840; }

.Footer {
  border: none;
  margin-top: 2rem;
  margin-bottom: 0;
  border-right: none;
  border-radius: 0;
  background-color: #cacaca; }

.Footer__section {
  line-height: 1.5rem;
  padding: 0.7rem 1rem; }

.LpHeader .top-bar {
  background-color: #fafbfc; }

.LpHeader ul > li > a {
  background-color: #fafbfc; }

.LpFooter {
  height: 183px;
  background-image: url(/assets/5a62ddee3f52f5a54f35991847747a8d.jpg); }

body {
  overflow: scroll !important; }

.SignUp {
  padding: 1rem 1rem 2rem 1rem; }
  .SignUp a.button {
    margin-top: 0.5rem; }
  .SignUp .button {
    width: 16rem; }

.SignUp--reddit-button {
  background-color: #ef4623; }
  .SignUp--reddit-button:hover {
    background-color: #e14623; }

.SignUp--fb-button {
  background-color: #3b5998; }
  .SignUp--fb-button:hover {
    background-color: #375998; }

.TermsAgree {
  height: 10em;
  resize: none;
  display: block;
  overflow: auto;
  border: 1px solid #cacaca; }

.LoginForm {
  max-width: 28rem;
  margin: 1rem auto 0.5rem auto; }
  .LoginForm label {
    text-transform: none; }
  .LoginForm form {
    margin-top: 1.5rem; }
  .LoginForm .login-modal-buttons-mobile {
    position: fixed;
    background: #fdfcfc;
    width: 100%;
    bottom: 0;
    z-index: 99;
    left: 0;
    border-top: solid 1px #eeecec;
    padding: 1px;
    height: 45px !important; }
    .LoginForm .login-modal-buttons-mobile .button {
      width: 48%;
      margin: 2px !important;
      font-size: inherit; }
  @media screen and (min-width: 40em) {
    .LoginForm .loginMobile {
      display: none; } }

.sign-up .button {
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  text-transform: none; }

.sign-up .button.hollow {
  border: 1px solid #ddd;
  color: #111;
  transition: 0.2s all ease-in-out;
  font-size: 16px;
  font-size: 1rem; }
  .sign-up .button.hollow:hover {
    border: 1px solid #1e7e34;
    color: #1e7e34; }

.sign-up em {
  font-weight: bold;
  font-style: normal; }

.sign-up hr {
  margin: 1.75rem auto 2rem auto; }

.sign-up p {
  margin-bottom: 1rem; }

.LoginForm__save-login {
  margin-top: 0.5rem; }

.mini-header .logo-new, .mini-header.theme-light .logo-new, .mini-header.theme-dark .logo-new {
  transition: 0.2s ease-in-out;
  width: 120px;
  height: auto;
  opacity: 1;
  fill: #04c300; }
  @media only screen and (min-width: 47.5em) {
    .mini-header .logo-new, .mini-header.theme-light .logo-new, .mini-header.theme-dark .logo-new {
      width: 144px;
      height: auto; } }

.mini-header .icon-svg, .mini-header.theme-light .icon-svg, .mini-header.theme-dark .icon-svg {
  fill: #04c300; }

.mini-header .logo-new:hover .icon-svg, .mini-header.theme-light .logo-new:hover .icon-svg, .mini-header.theme-dark .logo-new:hover .icon-svg {
  fill: #111; }

.SidePanel {
  display: block;
  font-size: 75%; }
  .SidePanel .exchange {
    font-size: 0.9em;
    position: relative;
    margin-left: auto;
    left: -25px; }
  .SidePanel .thirdpartyapps {
    font-size: 0.9em;
    position: relative;
    margin-left: auto;
    left: -25px; }
  .SidePanel .content-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    font-size: 0.9em;
    line-height: 1rem;
    padding: 0rem 0.5rem 0.5rem; }
  .SidePanel .menu > li.last {
    color: #A6B2BA; }
  .SidePanel > div {
    background-color: #fdfdfd;
    color: #080808;
    padding-top: 3rem;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 220px;
    height: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    transition: visibility 250ms, transform ease 250ms; }
    .SidePanel > div .close-button {
      color: #7d8387; }
    .SidePanel > div .menu > li > a {
      transition: 0.2s all ease-in-out;
      color: #52585c;
      line-height: 1.1rem; }
      .SidePanel > div .menu > li > a > span {
        display: inline-block;
        margin-right: 20px;
        border-radius: 50%;
        padding: 8px;
        padding-top: 10px;
        padding-left: 11px;
        margin-top: -12px;
        width: 45px !important;
        height: 45px !important;
        box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px; }
    .SidePanel > div .menu > li > a:hover, .SidePanel > div .menu > li:focus {
      background-color: white; }
    .SidePanel > div ul:nth-of-type(n+3) {
      margin-top: 1.1rem; }
    .SidePanel > div.left {
      left: -220px; }
    .SidePanel > div.visible.left {
      transform: translate3d(220px, 0, 0); }
    .SidePanel > div.right {
      right: -240px;
      overflow-y: auto; }
    .SidePanel > div.visible.right {
      transform: translate3d(-240px, 0, 0);
      visibility: visible;
      border: solid 1px #eeeeee; }
  .SidePanel .Icon.extlink {
    position: relative;
    top: -5px;
    left: 2px; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .SidePanel div ul:nth-of-type(n+2) {
    margin-top: 1rem; }
  .SidePanel > div > .menu > li > a {
    padding: 0.5rem 1rem; } }

.Settings .button.disabled, .Settings .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.Settings .success, .Settings .error {
  text-transform: capitalize;
  padding-left: 8px; }

.theme-light .Settings .success {
  color: #18ce0f; }

.Settings p.error {
  position: relative;
  top: 4px;
  line-height: 1.2; }

.Settings div.error {
  padding-left: 0; }

@media screen and (max-width: 39.9375em) {
  .Settings .updateMobile {
    position: fixed;
    background: #fdfcfc;
    width: 100%;
    bottom: 0;
    z-index: 99;
    left: 0;
    border-top: solid 1px #eeecec;
    padding: 2px;
    text-align: center;
    height: 45px !important; }
    .Settings .updateMobile .button {
      width: 50vw; } }

.BottomPanel > div {
  background-color: rgba(220, 220, 220, 0.9);
  color: #fff;
  padding: 2rem 1rem 0.5rem 1rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: fixed;
  z-index: 1000;
  width: 400px;
  height: 90px;
  box-sizing: border-box;
  transition: visibility 250ms, transform ease 250ms;
  left: 50%;
  margin-left: -200px;
  bottom: -90px;
  visibility: hidden; }
  .BottomPanel > div .close-button {
    color: #000; }
  .BottomPanel > div.visible {
    transform: translate3d(0, -90px, 0);
    visibility: visible; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .BottomPanel > div {
    width: 100%;
    left: 0;
    margin-left: 0;
    border-radius: 0; } }

.UserWallet__balance {
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center; }
  .UserWallet__balance h6 {
    text-align: center;
    margin-top: 10px; }
  .theme-light .UserWallet__balance.UserWallet__balance.zebra {
    background-color: #f4f4f4;
    color: #333;
    border-radius: 5px; }

.UserWallet__buysp {
  margin-right: 0 !important;
  margin-top: 1rem; }

.UserWallet__claimbox {
  margin: 1.5rem 0 0.5rem;
  padding: 1rem 1rem 1.1rem 1rem;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .theme-light .UserWallet__claimbox {
    border: 1px solid #eee;
    background-color: #f3faf0;
    color: #333; }
  .UserWallet__claimbox-text {
    font-weight: bold; }
  .UserWallet__claimbox .button {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0; }
  @media only screen and (max-width: 680px) {
    .UserWallet__claimbox .button {
      margin: 8px 0 0 0; } }

.UserWallet__tbutton {
  width: 49%;
  margin-right: 1px; }

.UserWallet__pbutton {
  width: 99%;
  margin-right: 1%; }

.WalletSubMenu {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0.5rem 0 1rem; }
  .WalletSubMenu > li > a {
    transition: 0.2s all ease-in-out; }
    .theme-light .WalletSubMenu > li > a {
      color: #788187; }
    .theme-light .WalletSubMenu > li > a:hover, .theme-light .WalletSubMenu > li > a:focus {
      color: #18ce0f; }
  .WalletSubMenu > li > a.active {
    cursor: default;
    font-weight: bold; }
    .theme-light .WalletSubMenu > li > a.active {
      color: #333; }

@media only screen and (max-width: 40em) {
  .Wallet_dropdown {
    left: 10px !important; }
  .walletButtonsMobile {
    position: fixed;
    background: #fdfcfc;
    width: 100%;
    bottom: 0;
    z-index: 99;
    left: 0;
    border-top: solid 1px #eeecec;
    padding: 1px;
    height: 45px !important; }
    .walletButtonsMobile .button {
      width: 48%;
      margin: 2px !important;
      font-size: inherit; }
  .UserWallet__tbutton {
    margin-bottom: 0; } }

.PowerdownModal .powerdown-amount {
  margin: 18px; }
  .PowerdownModal .powerdown-amount input {
    margin-top: 10px;
    margin-right: 10px;
    width: 30%; }

.PowerdownModal li + li {
  margin-top: 10px; }

.PowerdownModal .button {
  margin: 14px; }

.PowerdownModal .powerdown-notes {
  font-size: 80%;
  list-style: none; }

.PowerdownModal .rangeslider {
  position: relative;
  background: #e6e6e6; }
  .PowerdownModal .rangeslider .rangeslider__fill, .PowerdownModal .rangeslider .rangeslider__handle {
    position: absolute; }
  .PowerdownModal .rangeslider, .PowerdownModal .rangeslider .rangeslider__fill {
    display: block;
    border-radius: 10px; }
  .PowerdownModal .rangeslider .rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    position: absolute; }
    .PowerdownModal .rangeslider .rangeslider__handle:active {
      background: #04c300; }

.PowerdownModal .rangeslider-horizontal {
  height: 10px;
  background: none;
  margin: 18px; }
  .PowerdownModal .rangeslider-horizontal .rangeslider__fill {
    height: 100%;
    background: #04c300;
    box-shadow: none;
    left: 0; }
  .PowerdownModal .rangeslider-horizontal .rangeslider__handle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -10px; }
    .PowerdownModal .rangeslider-horizontal .rangeslider__handle:active {
      box-shadow: none; }

.sub-menu li {
  padding: 0.1rem 0.1rem; }
  .sub-menu li a {
    padding: 0px; }

.sub-menu li:last-child {
  padding: 0 0 0 1rem; }

.sub-menu .icon-border {
  border-radius: 50%;
  padding: 0px;
  padding-top: 7px;
  padding-left: 6px;
  width: 35px !important;
  height: 35px !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
  background: #fdfcfc; }

li.Header__userpic {
  padding: 0;
  position: relative; }
  li.Header__userpic a {
    padding: 6px; }
  li.Header__userpic .Userpic {
    width: 36px;
    height: 36px; }

.TopRightMenu__notificounter {
  position: absolute;
  top: 4px;
  right: 4px; }
  .TopRightMenu__notificounter > .NotifiCounter {
    display: block; }

div.Header__top li.Header__search {
  padding: 0; }
  .theme-light div.Header__top li.Header__search:hover path, .theme-light div.Header__top li.Header__search:focus path {
    fill: #18ce0f; }
  .theme-light div.Header__top li.Header__search:visited path, .theme-light div.Header__top li.Header__search:active path {
    fill: #333; }
  div.Header__top li.Header__search > a {
    padding: 14px; }
  div.Header__top li.Header__search > a path {
    transition: 0.2s all ease-in-out; }
    .theme-light div.Header__top li.Header__search > a path {
      fill: #333; }

div.Header__top li.Header__hamburger.toggle-menu.toggle-menu {
  padding-left: 0.25rem; }

div.Header__top li.Header__hamburger.toggle-menu > a {
  padding: 14px 0 14px 14px; }

.signin {
  padding: 10px !important;
  font-weight: 900;
  text-transform: uppercase; }

.mobileTop {
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .mobileTop .Icon > svg, .mobileTop .Icon span.icon {
    width: 2rem;
    height: 1.7rem; }
  .mobileTop .Userpic {
    width: 50px !important;
    height: 50px !important;
    margin-left: -9px;
    margin-top: -7px; }

.circleTabs {
  border-radius: 50%;
  padding: 0px;
  padding-top: 7px;
  padding-left: 9px;
  margin-top: -13px;
  width: 50px !important;
  height: 50px !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
  background: #fdfcfc; }

.tag-wrap {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100vw; }
  .tag-wrap ::-webkit-scrollbar {
    display: none; }

@media screen and (min-width: 39.4rem) {
  .tagboxes a {
    padding: 0 !important; } }

@media screen and (min-width: 890px) {
  .tag-wrap {
    max-width: 890px; } }

.image {
  height: 4.6em;
  width: 6.5em;
  margin: 5px 4px 5px 4px;
  display: inline-block;
  line-height: 9em; }

.image-container {
  vertical-align: middle;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }
  .image-container .tagboxes {
    border: 1px solid #eee;
    background-size: cover;
    color: white;
    background-blend-mode: color;
    border-radius: 5px;
    font-weight: 900;
    text-align: center; }
    .image-container .tagboxes h2 {
      font-size: 97%;
      line-height: 6 !important;
      font-weight: 900; }
    .image-container .tagboxes:hover {
      background-blend-mode: normal;
      color: white; }
    .image-container .tagboxes:focus {
      background-blend-mode: unset;
      color: white; }
    .image-container .tagboxes a {
      color: white;
      padding: 32px 16px 10px 16px; }

.you {
  background-image: url(/assets/fa181d68b6cc5eaa221cab2bc8c227da.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.life {
  background-image: url(/assets/dba91e03a8c89a4fe75f9a373c1166e6.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.grow {
  background-image: url(/assets/ede040c0aca5a0bdc0efc1419519268a.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.edibles {
  background-image: url(/assets/9e85c5e41a6dc5d2a932cc84d23ddfc6.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.nugporn {
  background-image: url(/assets/23b55cd7c2a8bbfa89c84601109e5a0e.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.art {
  background-image: url(/assets/3bf78322c615026682a914890d3a4690.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.news {
  background-image: url(/assets/9b50e6c4790b107897f8936f6e57a5ea.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.cbd {
  background-image: url(/assets/c72a0a1f3e94252f4c7ff4b83fe7a1d9.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.health {
  background-image: url(/assets/283ce7ea1ea2b77b758fe022ac91288f.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.legalize {
  background-image: url(/assets/35e8b2b8b966c052b6ab65c12a3fb3c5.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.nsfw {
  background-image: url(/assets/0a0a274483dd5f62463d15d26b49c570.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.contest {
  background-image: url(/assets/7b89909bb8d0eedf364c07415575ff95.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.dabs {
  background-image: url(/assets/25caf7ae24a046af692d118b949bf866.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.strains {
  background-image: url(/assets/ed1e09921677b8ed40a39fa12ade158d.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.review {
  background-image: url(/assets/481ac4fa9de4fe04cbd4fc14afa6960c.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.smoking {
  background-image: url(/assets/5078b1a5791ffc89fa093c85debb0c16.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.guide {
  background-image: url(/assets/d921a084827084ac572dccca830432bc.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.offtopic {
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4QCMRXhpZgAATU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAABIAAAAAQAAAEgAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAAAPqgAwAEAAAAAQAAAKcAAAAA/+0AOFBob3Rvc2hvcCAzLjAAOEJJTQQEAAAAAAAAOEJJTQQlAAAAAAAQ1B2M2Y8AsgTpgAmY7PhCfv/AABEIAKcA+gMBIgACEQEDEQH/xAAfAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgv/xAC1EAACAQMDAgQDBQUEBAAAAX0BAgMABBEFEiExQQYTUWEHInEUMoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T19vf4+fr/xAAfAQADAQEBAQEBAQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1EQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2wBDAAICAgMDAwMEBAMFBQUFBQcGBgYGBwoHCAcIBwoPCgsKCgsKDw4RDg0OEQ4YExERExgcGBcYHCIfHyIrKSs4OEv/2wBDAQICAgMDAwMEBAMFBQUFBQcGBgYGBwoHCAcIBwoPCgsKCgsKDw4RDg0OEQ4YExERExgcGBcYHCIfHyIrKSs4OEv/3QAEABD/2gAMAwEAAhEDEQA/AP2RsgNorWUVkWR+WtdTUxAfimGnZqMmqAdxThUYNOBoAlpy1EDTwaAJKKbuo3UAPpKTdSbqAFNMoJpMigBTTKCabmmmApqI0pNMJoYDDTDQTTM0AFQOKlLVCxoAhK1G3SpSaiY0+4Fd1qqwq2xqqxpDS0KzrVR1q65qq5pgii61VZautVVxTG2UZI6qeUKvyVX2+1Ar+R//0P2JsG+UVtK1c5p7/KK21apiBa3VGWpm6o2aqAmDUoaq273pQ9AFsNTt1VQ1O30AWt1G6q2+lDUAWd1Ju96g3UhagCctTS1Q76buoAlLUm6oC9NL0wJy1RlqiL1GWoYEhambqjL1GWoAlLVEWphaoy1CAczVAWpGaoWamAO1VmaldqrM1JjQrNVd2oZ6ru9NDsMZqryNTnaq0j0wZE7VDuprtUW+i4rM/9H9dtOf5RW6r8Vy+nP8vWt1XqIgXd9RF6i31C0lWBZ8yl31S8ynB6ALwenb6oiSnB6ALu+lDVT8yl8ygC7vpPMqpvpPMoAtF6aXqt5lRmSgCyXpu+qrSUzzKYFwvTC9VvMppekBMXpu+q5eozJQBYL1GXqAyVEz07ATGSoi9QF6Yz02tAHs/vVV3pHeq7PxQMVnqsz01nqs7UJbFXHu9VHkpjyVUeSqJHu9QZqJnxTN9Ta4H//S/V/Tn+UVuo9cvpr/ACitxHrOL2KaL5eoWkqEvUDSVoSWvMpRJWf5lOWSgDRElO8ys8SU/wAygC95lO8yqG+neZQBe30m+qfmUhkoAtmSm7/eqZkppkoAttJUe+qpkpu/FCAub6YZKqmSo2emBZMlRmSqhkpnmUAXDJTC9U2kpvme9NgWi9QtJUJeoWekUiV3qq0lMd6rM2e9FhNDzJ71Ez1EWqBnpj3FkaqTvUjS1UkamySN35pm41A7c0zzKLDZ/9P9SNNk+UVvK9ctpj/KK3w1ZxL3LZkquz1Gz1Az1oQTGSlElU91O3UAXhJTvMqjvo8z3oA0RJTvMqgJKcHoAueZSGSqfm00yUAXDJTDJVQy00vQBbMtM8yqhkpu/wB6BlwyUwyVUMlMMlAFgyUwyVVaSojJTGkXDJTd9VPMppkoEWzJUTPVYyVGz07D6kryVAZKheSoTJSQMlaSqzyUx3qs8nvVWFYkdqqPJSO9U5JKYhXaodxqNpKi3e9AH//U/TPTX+UV0IfiuW05vlFdCr8CsolslZ6hZqazVHurUVztfCXhkas1wXlZEjAGVAyWPbmu3/4Vpa/8/s35LWn4AsvI0mFsczM0h/HgV2rGgk8wb4dWm4j7ZNx14FZFx4Ososkzyn8hXqyt981xepv96gDzu8tLC3B+SZsf7YH9K4zUfFOn2gP/ABLZXx6z4/pXV6w3WvIdej3b6zlJlRMXXPjFBaA+XoRP+9ct/wDE1m+Cvi8dd1NbOWwSDeCFIct8w7c+teZ+J7b5W4rz/QLh7HV7eZeNsgf8Bya53UkpLXQ0smnoj7z30heuG0b4h+HtWneOz1WKcr99osuqnuNw4yPSu6H2SVR5N1vb0K4zXVzLujPlaGb6bvqlFcLJvA4KNtZTwVI7EU/fVCJy9NL1BuqMvTGicv71CX5qJnqEvQPYtb6aXqtuppeiwFgvUbPVcvUZemhNErPUDPTGeoGenqNbEjPVdmprPURahBeyBnqm7U9mqq7UyRjNUe6o3NRb6BH/1f0n0/7orfVuK5uwPyit0NxWUTQcxqMt6d6az06zXzLi3T+9Ig/M1qTbU+rdJtxBZ2sYH3IkH6VbkOFNOAwMVDOflNBJns+I259a4nUicNXVzniuR1HofrQB59qvOa8z1aMENXp2prwa4DUUyDWMmVE8L8RW3D15QINtyhx/eFe5+IbfIavI5YyLpB71zyNEe4/Dfwhp+m6bFNHGpMxaTGOF3HNemAgEYA49q43wJLv0W1/2Sy/ka6tmrshFKKSRDJ9WjAawvU480/Zpvc9UJ9wePxqPdT7tt2i3/wD0ylhkH1DCqrNyaa6gSFqjZqYzVGWpgDPUe6o3amg0wsTlqYWqMtUZahDJC1ML1GWphNUgFdjUDNSsars1AhGem7qiY0meKZKQjtVVmqVjVdjQBE5quSKlkqD8qBH/1v0dsmwo5rYEnFdVF8ML1AM3aH8KsN8PLwD/AI+F/Ks4p9jRyRxLyCrujMDf2Of+e8f/AKFW+/gK8H/LdfypLTwjd29xBIZQdkit09DmtCbo+mz3qpMeDVvIIz681VlAwaCTGn6Vyt+Mg/WuunHFcxeoCDSewHn2op1rhdQj4avTL23BB4rjr+3GDxWMikeLa7Fw1eSXMGLlDjoa9/1iBfm+UV5xeQxliMDmsZFpk3gvxtpVqw0qefypvvqz8I2/ou7sa9dOcVwuj/Be21HTY5zP88pJw6gqQDxx1rotH+Fl/p+1EkVkHQGd9v8A3ya3g5rRxBuPc6K7GNHlTvczIi/7qnLH9Kosa6mPwrcEKZpwzAYAUYVR6DNPPhVj/wAtK1Vybo4+ozXZ/wDCKn/noaafC3/TQ0xXRxDc02u2PhUf89DTP+EVH/PQ0Duji6YTXb/8Isv980w+F1/vmmFzh6Q9K7f/AIRdP75ph8MJ/eNFxXOGNV2rvT4Zj/vGoj4Yj/vGnzAmefmgniu7PheL1NNPhmL1NHMO5wBqBq9Abw3F6moG8ORe9PmRJ589Q16A3hyGov8AhHYaOZCP/9f93TFUDxe1apSomioAwZYfasuaD2rqXgzVV7PNAGtp0/m26HPIGD9RUstZdnG8DEgZB6itNnUj7wobAzJx1rn7pOtdHOBzXPXk6KDk1nKSGkcteR9a47UgADXRapq0EecuK8o8QeMLKAMWnVQO5OKwlUXctIxdckADc14rqd3JJe29vCN0s0qxoo7ljgVy3jr4/eHLS8g09NThlvbhtkFtHIplkbGcAZrqPhtenTL06tqEKS3eD5EQbK24PUk93Pr2rKM+aSS+8vlsmfcml6atnZWtuP8AllGqk+pA5q6YxXgP/C45m6Wf5GlHxXu36WLn6V3cy7mXKz3ooKYUFeIp8R75/wDlxcVfj8c3TdbcinzIVj1sqKYVFebx+LJW6xmr8XiFm6hvyphZnbFBTCgrnItW3fwtV5L7P8JoA0igppjFQLcZ7VL5pPagQhiFMMVTBj6UvNAFRoqhMNaBU0woaAM1oahaKtQpUZjPpQBkNFVdoa2miNQNFQBiNDUXk+1bLRVF5PtQB//Q/e8tUbNS1E1AEbSYquZTSvVfGSKAL8JJqzIqOpDICPcVHEMLTmpNXA5+88PWE+d0TD/cdl/ka5O/+HmmTggy3Y/3biQf1r0RjVZ6h0oP7KKU5LqzwHVfgJ4evc+bc6ic/wDT5MP5MK811P8AY8+H17uFzYT3APUT3E0oP4Mxr6+cVVdan2FP+RD9pL+ZnxRp37Dvwn0ydZ7Pwfp0Eq9JEgQMPxxmvY9L+D2jWaqiRfKOntXtLpUG3mrUIroJyfc4BPhtpq9IxU48AWA/5Z16EnSnYqrIV2cCvgayX/lkKmHg+0XpGPyrudvtSbaYXZxy+GbdekYqQaFEOiiut203bQI5j+yEH8NOGmKO1dGUppSgDn/sC+lL9iHpW6UphSgDE+yD0pDaj0raKCmFKAMY21Rm3FbJSojHQBjmCojDWy0dQtHQBjtF7VA0NbLRioGjHNAGO0XtUPlVrMntUWz2oA//0f3sqFqmNQtQBWeoR1qZ6gHWgDTj6UNRH0FDUAV2qsxqy3eqrUAQNVdqnaq7UAQN3qEipn71HQA9RUmKYnapKACiiigAxSFaWigCOkIpxpKAGEU0intTaAIyKYRUrUw0AREVGRUxqM0AQlahIqwahagCBhUDirD96gfpQBWYVFtFTNUVBSR//9k=), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

.witness {
  background-image: url(/assets/e272f56daa89508ab58032904b555452.jpg), linear-gradient(0deg, #292929, rgba(255, 255, 0, 0)); }

@media screen and (max-width: 40em) {
  .ConfirmTransactionForm .confimrTxMobile {
    position: fixed;
    background: #fdfcfc;
    width: 100%;
    bottom: 0;
    z-index: 99;
    left: 0;
    border-top: solid 1px #eeecec;
    padding: 3px;
    height: 45px !important; }
    .ConfirmTransactionForm .confimrTxMobile .button {
      width: 48%;
      margin: 2px !important;
      font-size: inherit; } }

.EligibleWelcome {
  margin: 5%; }
  .EligibleWelcome h2 {
    font-size: x-large; }
  .EligibleWelcome a {
    color: #444343; }
  .EligibleWelcome p {
    color: gray; }

.EligibleButton {
  margin: 10px; }

@media screen and (max-width: 40em) {
  .EligibleWelcome .EligibleButtons {
    position: fixed;
    background: #fdfcfc;
    width: 100%;
    bottom: 0;
    z-index: 99;
    left: 0;
    border-top: solid 1px #eeecec;
    padding: 1px;
    height: 45px !important; }
    .EligibleWelcome .EligibleButtons .button {
      width: 48%;
      margin: 2px !important;
      font-size: inherit; }
  .EligibleWelcome .EligibleContinue {
    position: fixed;
    bottom: 70px;
    width: 100vw;
    left: 0; }
  .EligibleWelcome hr {
    display: none; } }

.PostsList__summaries {
  list-style-type: none;
  margin-left: 0; }

.PostsIndex__topics {
  border-left: 1px solid #e6e6e6; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .PostsIndex__left {
    padding: 0; }
  .PostsIndex .articles {
    padding: 0;
    overflow: hidden; } }

/* Medium and up */
@media screen and (min-width: 39.94em) {
  .PostsIndex__summaries > li:first-child .PostSummary {
    margin-top: 0;
    padding-top: 0; } }

.articles {
  width: 100%;
  font-family: helvetica, sans-serif;
  padding: 1em;
  border: transparent;
  background-color: transparent; }
  .articles h2 {
    font-family: sans-serif; }
  .articles__content {
    border: transparent; }
    .theme-light .articles__content {
      background-color: #fff;
      border-bottom: 1px solid #eee; }
    @media only screen and (min-width: 47.5em) {
      .articles__content {
        margin: 0 0 15px;
        padding-bottom: 0; }
        .theme-light .articles__content {
          border: 1px solid #eee; } }
  .articles__content-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 8px;
    position: relative; }
    @media only screen and (min-width: 47.5em) {
      .theme-light .articles__content-header {
        border-bottom: 1px solid #eee; } }
    .theme-light .articles__content-header--footer {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee; }
    @media only screen and (min-width: 47.5em) {
      .theme-light .articles__content-header--footer {
        border-bottom: transparent; } }
  .articles__content-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media only screen and (min-width: 47.5em) {
      .articles__content-footer {
        padding: 16px; }
        .theme-light .articles__content-footer {
          border-top: 1px solid #eee; } }
    .articles__content-footer a {
      font-size: 15px;
      font-size: 0.9375rem; }
  .articles__header {
    padding-top: 5px;
    padding-bottom: 1em;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (min-width: 47.5em) {
      .articles__header {
        padding-top: 0; } }
  .articles__header-col {
    width: 100%;
    text-align: center; }
    .articles__header-col--right {
      -ms-flex-order: 1;
          order: 1;
      width: 100%; }
      @media only screen and (min-width: 370px) {
        .articles__header-col--right {
          width: auto;
          -ms-flex-order: 2;
              order: 2; } }
  .articles__resteem {
    padding-bottom: 0px;
    margin-top: 24px; }
    @media only screen and (min-width: 47.5em) {
      .articles__resteem {
        margin-top: 8px;
        padding-bottom: 5px; }
        .theme-light .articles__resteem {
          border-bottom: 1px solid #eee; } }
  .articles__resteem-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 4px; }
    .theme-light .articles__resteem-text {
      color: #788187; }
  .articles__resteem-username {
    text-decoration: none; }
  .articles__icon-100 {
    padding-left: 8px;
    display: inline-block;
    position: relative;
    top: 0px; }
  .articles__h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
    text-transform: capitalize; }
    @media only screen and (min-width: 47.5em) {
      .articles__h1 {
        font-size: 22px;
        font-size: 1.375rem; } }
  .articles__h2 {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: font-size(18px); }
    .articles__h2 a {
      font-weight: bold;
      color: #171F24; }
      .articles__h2 a:hover {
        color: #788187; }
  .articles__h3 {
    display: inline; }
  .articles__tag-selector {
    display: inline-block; }
    .articles__tag-selector select.Topics {
      margin-bottom: 0 !important;
      border: transparent;
      background-color: transparent;
      border-bottom: 1px solid #999;
      border-radius: 0;
      position: relative;
      top: -4px;
      margin-top: 12px; }
      .theme-light .articles__tag-selector select.Topics {
        color: #788187; }
      @media only screen and (min-width: 370px) {
        .articles__tag-selector select.Topics {
          margin-top: 0; } }
    @media only screen and (min-width: 75em) {
      .articles__tag-selector {
        display: none; } }
  .articles__p {
    margin: 0;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; }
  .articles__link {
    text-decoration: none; }
    .theme-light .articles__link {
      color: #333; }
  @media only screen and (min-width: 47.5em) {
    .articles__text-content {
      padding: 0 1.2em; } }
  .articles__tags {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 18px; }
    .theme-light .articles__tags {
      color: #788187; }
  .articles__tag-link {
    font-size: 14px;
    font-size: 0.875rem; }
    .theme-light .articles__tag-link {
      color: #788187; }
  .articles__flag {
    width: 24px;
    height: auto;
    position: absolute;
    right: -4px;
    top: 0px;
    padding: 2px;
    display: none; }
    @media only screen and (min-width: 47.5em) {
      .articles__flag {
        right: 10px;
        top: 12px; } }
    .articles__flag .icon-flag-svg {
      transition: 0.2s all ease-in-out; }
      .theme-light .articles__flag .icon-flag-svg {
        fill: #788187; }
    .articles__flag:hover {
      cursor: pointer; }
      .theme-light .articles__flag:hover .icon-flag-svg {
        fill: #ff0264; }
  .articles__content-block--img {
    height: 250px;
    overflow: hidden;
    background-size: cover;
    display: block; }
    .articles__content-block--img:hover {
      opacity: 0.9; }
  .articles__content-block--text {
    padding: 5px; }
    .articles__content-block--text hr {
      margin: 0.2rem !important; }

.user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .user__col {
    line-height: 1; }
  .user__col--right {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .user__link:hover .user__username {
    transition: 0.2s all ease-in-out; }
    .theme-light .user__link:hover .user__username {
      color: #18ce0f; }
  .user__profile-img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 8px;
    transition: width 0.2s ease-out; }
    @media only screen and (min-width: 47.5em) {
      .user__profile-img {
        width: 48px !important;
        height: 48px !important;
        margin-right: 10px; } }
  .user__name {
    display: inline;
    font-weight: bold;
    padding-right: 4px;
    margin: 0 2px 0 10px;
    line-height: 1.2; }
    .user__name a {
      font-weight: bold;
      font-size: 16px;
      font-size: 1rem; }
  .user__username, .user__reputation {
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem; }
  .user .Voting {
    float: right;
    font-size: 0.875rem;
    line-height: 1.5; }

.timestamp__link {
  text-decoration: none; }

.timestamp__time {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem; }

.icon-svg {
  transition: 0.2s all 0.05s ease-in-out; }
  .theme-light .icon-svg {
    fill: #788187; }
  .theme-light .icon-svg--accent {
    fill: #18ce0f; }
  .icon-svg--layout-line1, .icon-svg--layout-line2, .icon-svg--layout-line3 {
    height: 2px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: 0.3s all ease-in-out; }
  .icon-svg--layout-line2 {
    y: 11px; }
  .icon-svg--layout-line1 {
    y: 6px; }
  .icon-svg--layout-line3 {
    y: 16px; }

.theme-light .articles__layout-selector .icon-svg--accent {
  fill: #788187; }

.theme-light .articles__layout-selector:hover .icon-svg--accent {
  fill: #333; }

a#changeLayout:focus {
  outline: none; }

.icon-svg {
  transition: 0.2s all ease-in-out; }
  .theme-light .icon-svg {
    fill: #788187; }
  .theme-light .icon-svg--accent {
    fill: #18ce0f; }
  .icon-svg--layout-line1, .icon-svg--layout-line2, .icon-svg--layout-line3 {
    height: 2px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: 0.3s all ease-in-out; }
  .icon-svg--layout-line2 {
    y: 11px; }
  .icon-svg--layout-line1 {
    y: 6px; }
  .icon-svg--layout-line3 {
    y: 16px; }

.articles__resteem .username {
  text-decoration: none; }

.articles__resteem-icon path {
  fill: #cacaca; }

ul.Topics {
  max-width: 10rem; }
  ul.Topics > li {
    list-style-type: none; }
  ul.Topics > li > a.active {
    font-weight: bold;
    overflow: hidden; }
  ul.Topics .show-more {
    font-size: 0.9rem;
    font-weight: bold;
    color: #8a8a8a; }

select.Topics {
  margin-bottom: 1rem !important; }

.Topics__title {
  font-weight: bold;
  color: #8a8a8a; }

.Topics__filter {
  margin: 0.5rem 0; }
  .Topics__filter input {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-color: #e6e6e6; }

.CreateAccount {
  max-width: 36rem;
  margin: 1rem auto;
  padding: 1em;
  background-color: #fff; }
  @media only screen and (min-width: 47.5em) {
    .CreateAccount {
      padding: 2em; } }
  .CreateAccount__title {
    color: #111;
    font-weight: bold;
    padding-top: 8px; }
  .CreateAccount .progress {
    height: 8px;
    background-color: #eee; }
  .CreateAccount .progress .progress-meter {
    background-color: #04c300; }
  .CreateAccount p {
    line-height: 1.3; }
  .CreateAccount__btn {
    margin-top: 8px;
    text-transform: capitalize; }
  .CreateAccount input[type=submit].disabled, .CreateAccount input[type=submit].disabled:focus {
    opacity: 0.2;
    background-color: #111; }
  .CreateAccount__step {
    padding-top: 2em; }

.CreateAccount__rules {
  opacity: 0.5; }
  .CreateAccount__rules p {
    text-align: center; }

.CreateAccount__rules-button {
  background-color: #f2f2f2;
  padding: 0.2rem 1rem;
  border-radius: 10px;
  margin: 1rem 0;
  font-size: 0.8rem;
  color: #8a8a8a; }
  .theme-light .CreateAccount__rules-button {
    color: #788187; }

.theme-dark .CreateAccount p {
  color: #111; }

.theme-dark .CreateAccount label {
  color: #111; }

.theme-dark .CreateAccount .error p, .theme-dark .CreateAccount .error label {
  color: #ff0264; }

@media screen and (max-width: 39.9375em) {
  .CreateAccount .button {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 97vw;
    margin: 5px !important;
    padding: 10px; }
  .CreateAccount .button {
    background-color: #04c300;
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 97vw;
    margin: 5px !important;
    padding: 10px; } }

.Post__comments_sort_order {
  margin: 0.5rem 0;
  font-size: 94%;
  text-transform: lowercase; }
  .theme-light .Post__comments_sort_order {
    color: #788187; }
  .Post__comments_sort_order svg polygon {
    fill: #8a8a8a; }
    .theme-light .Post__comments_sort_order svg polygon {
      fill: #788187; }
  .Post__comments_sort_order > span {
    font-weight: bold; }

.Post__promo {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  max-width: 50rem;
  margin: 0 auto;
  padding: 1rem 0; }
  .theme-light .Post__promo {
    border-bottom: 1px solid #eee; }
  .Post__promo .button {
    margin-top: 1rem;
    text-transform: none; }

.Post_comments__content {
  max-width: 50rem;
  margin: 0 auto 3.5rem;
  font-size: 92%; }

.Post__comments_sort_order_dropdown {
  text-transform: lowercase; }

.Privacy {
  max-width: 800px;
  padding: 1.5em 0 3em; }
  .Privacy .section {
    font-size: 100%;
    padding-right: 0.5rem; }
    .theme-light .Privacy .section {
      fill: #333; }

.Tos {
  max-width: 800px;
  padding: 1.5em 0 3em; }
  .Tos .c1.h {
    font-weight: 600; }

.UserProfile__tab_content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.UserProfile__top-nav {
  padding: 0; }
  .UserProfile__top-nav .row .columns {
    overflow-x: auto; }
  .UserProfile__top-nav .menu {
    background-color: transparent; }
  .UserProfile__top-nav .menu > li > a {
    transition: all 200ms ease-in;
    transform: translate3d(0, 0, 0);
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    background-color: transparent; }
    .UserProfile__top-nav .menu > li > a.active {
      z-index: 2;
      font-weight: bold; }
      .theme-light .UserProfile__top-nav .menu > li > a.active {
        background-color: #fdfdfd;
        color: #333;
        text-decoration: underline; }
  .UserProfile__top-nav div.UserProfile__top-menu {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    width: 100%;
    border-top: black;
    border-top-style: solid;
    border-width: 0.8px; }
    .UserProfile__top-nav div.UserProfile__top-menu .Icon > svg, .UserProfile__top-nav div.UserProfile__top-menu .Icon span.icon {
      vertical-align: middle !important; }

.UserProfile__section-title {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #EEE; }

.UserProfile__banner .profile_div {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.UserProfile__banner > div.column, .UserProfile__banner > div.columns {
  background: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 155px; }
  .UserProfile__banner > div.column .button, .UserProfile__banner > div.columns .button {
    text-shadow: none; }

.UserProfile__banner h1 {
  padding-top: 20px;
  font-weight: 600;
  font-size: 1.84524rem !important; }
  @media screen and (max-width: 39.9375em) {
    .UserProfile__banner h1 {
      font-size: 1.13095rem !important; } }

.UserProfile__banner .Icon {
  margin-left: 1rem; }
  .UserProfile__banner .Icon svg {
    fill: #9fa3a5; }

.UserProfile__banner .Userpic {
  margin-right: 0.75rem;
  vertical-align: middle; }

.UserProfile__banner .UserProfile__rep {
  font-size: 80%;
  font-weight: 200; }

.UserProfile__banner .UserProfile__buttons {
  position: absolute;
  top: 15px;
  right: 5px; }
  .UserProfile__banner .UserProfile__buttons label.button {
    color: black;
    border-radius: 3px;
    background-color: white; }

.UserProfile__banner .UserProfile__bio {
  font-size: 95%;
  max-width: 520px;
  line-height: 1.4;
  margin: auto; }

.UserProfile__banner .UserProfile__info {
  font-size: 90%;
  font-weight: 900; }

.UserProfile__banner .UserProfile__stats {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 90%;
  font-weight: 900; }
  .UserProfile__banner .UserProfile__stats a {
    vertical-align: middle; }
    .UserProfile__banner .UserProfile__stats a:hover {
      text-decoration: underline; }
  .UserProfile__banner .UserProfile__stats > span {
    padding: 0px 10px;
    border-left: 1px solid #CCC; }
    .UserProfile__banner .UserProfile__stats > span:first-child {
      border-left: none; }
  .UserProfile__banner .UserProfile__stats .NotifiCounter {
    position: relative;
    top: -5px; }

.UserWallet__balance > div:nth-child(2) {
  text-align: right; }

@media screen and (max-width: 39.9375em) {
  div.UserProfile__top-nav {
    display: none; }
  div.UserProfile__top-nav .menu li > a {
    padding: 8px; }
  .UserProfile__top-menu > div.columns {
    padding-left: 0;
    padding-right: 0; }
  .UserProfile__banner .Userpic {
    width: 36px !important;
    height: 36px !important; }
  .UserProfile__banner .UserProfile__buttons {
    text-align: right; }
    .UserProfile__banner .UserProfile__buttons label.button {
      display: block; }
  .UserProfile__banner .UserProfile__buttons_mobile {
    position: inherit;
    margin-bottom: .5rem; }
    .UserProfile__banner .UserProfile__buttons_mobile .button {
      background-color: #fff;
      color: #444; }
  .UserWallet__balance > div:last-of-type {
    text-align: left; }
  .UserWallet__claimbox {
    -ms-flex-pack: center;
        justify-content: center; }
  .UserReward__row > div:last-of-type {
    padding-left: 20px; } }

.TagsIndex input {
  margin-bottom: 0.5rem !important; }

.TagsIndex table tr th a {
  position: relative;
  transition: 0.3s all ease-in-out;
  font-size: 17px;
  font-size: 1.0625rem; }

.TagsIndex table tr th a:hover::after {
  content: '\2193';
  position: absolute;
  left: 100%;
  padding-left: 4px; }

.TagsIndex table tr td, .TagsIndex table tr th {
  padding-right: 20px;
  text-align: right; }
  .TagsIndex table tr td:first-child, .TagsIndex table tr th:first-child {
    text-align: left;
    max-width: 44vw;
    overflow-wrap: break-word; }
  @media screen and (max-width: 40em) {
    .TagsIndex table tr td:nth-child(2), .TagsIndex table tr th:nth-child(2) {
      display: none; }
    .TagsIndex table tr td:nth-child(3), .TagsIndex table tr th:nth-child(3) {
      display: none; } }

.ad1 {
  display: none; }

.title {
  margin: 15px;
  text-transform: uppercase; }

.sponsor-card {
  border: 1px solid #eee;
  text-align: center;
  padding: 25px;
  height: 280px;
  border-radius: 10px;
  margin: 2px 0px 2px 0px; }
  .sponsor-card h2 {
    font-size: 1em;
    font-weight: 900;
    width: 100%;
    overflow: hidden; }
  .sponsor-card img {
    border-radius: 50%;
    height: 100px !important;
    width: 100px !important; }
  .sponsor-card p {
    height: 104px;
    margin-top: 10px;
    font-size: 0.8em; }
  .sponsor-card .module {
    margin: 0 0 1em 0;
    overflow: hidden; }
  .sponsor-card .module p {
    margin: 0; }
  .sponsor-card .fade {
    position: relative;
    height: 3.6em;
    /* exactly three lines */
    margin-top: 10px; }
  .sponsor-card .fade:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%); }
  .sponsor-card .elipsis {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    margin: auto; }

.sponsor-card:hover {
  transform: scale(1.03);
  transition: all .2s ease-in-out; }

.RestoreAccount .button {
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s all ease-in-out;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem; }
  .theme-light .RestoreAccount .button {
    background-color: #111;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 #04c300;
    color: #fcfcfc; }
  .theme-light .RestoreAccount .button:hover, .theme-light .RestoreAccount .button:focus {
    background-color: #04c300;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #111;
    color: #fff; }

.RestoreAccount .button.disabled, .RestoreAccount .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0); }
  .theme-light .RestoreAccount .button.disabled:hover, .theme-light .RestoreAccount .button[disabled]:hover {
    background-color: #111;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #fcfcfc; }

.Witnesses .extlink path {
  transition: 0.2s all ease-in-out; }
  .theme-light .Witnesses .extlink path {
    fill: #18ce0f; }

.Witnesses a:hover .extlink path {
  transition: 0.2s all ease-in-out; }
  .theme-light .Witnesses a:hover .extlink path {
    fill: #04c300; }

.Witnesses .button {
  background-color: #18ce0f;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s all ease-in-out; }
  .Witnesses .button:hover {
    background-color: #04c300; }

.Witnesses table {
  width: 100vw;
  max-width: 900px; }

.Witnesses td, .Witnesses th {
  max-width: 30vw; }
  @media screen and (max-width: 40em) {
    .Witnesses td:nth-child(3), .Witnesses th:nth-child(3) {
      display: none; } }

@media screen and (max-width: 40em) {
  .input-group-vote {
    position: fixed;
    background: #fdfcfc;
    width: 100%;
    bottom: 0;
    z-index: 99;
    left: 0;
    border-top: solid 1px #eeecec;
    padding: 2px 0px 2px 14px;
    text-align: center;
    height: 45px !important;
    margin-bottom: 0;
    -ms-flex-pack: center;
        justify-content: center; } }

/* Small only */
@media screen and (max-width: 39.9375em) {
  body {
    font-size: 86%; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body {
    font-size: 92%; } }

a, path, circle {
  transition: opacity, fill, stroke .3s ease 0s; }

.space-right {
  margin-right: 0.4rem; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.clear-both {
  clear: both; }

.strikethrough {
  text-decoration: line-through; }

.uppercase, label {
  text-transform: uppercase; }

.button.hollow.no-border {
  border: none;
  text-decoration: underline; }

.button.slim {
  padding: 5px;
  margin: 5px; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.marginLeft1rem {
  margin-left: 1rem; }

.NotFound {
  width: 640px;
  margin-top: 2em;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .NotFound {
      width: 340px; } }

.NotFound__menu {
  text-align: center; }
  .NotFound__menu li {
    float: none;
    display: inline-block;
    text-align: center;
    margin-right: 1%;
    list-style: none;
    font-weight: 400; }
  .NotFound__menu li:after {
    content: " |"; }
  .NotFound__menu li:last-child:after {
    content: ""; }

.NotFound__header {
  margin-top: 1em; }

@media print {
  .noPrint {
    display: none; } }

.anchor {
  padding-top: 68px;
  margin-top: -68px;
  position: relative;
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2 !important; }

.c-sidebar {
  width: 100%;
  max-width: 240px;
  font-family: helvetica, sans-serif; }
  .c-sidebar__module {
    padding: 1.5em 2em; }
    .theme-light .c-sidebar__module {
      background-color: #fff;
      border: 1px solid #eee; }

.phishy {
  display: inline;
  color: red; }
